Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Re-enable the little 64 test now that Abdou regenerated the test set
[simgrid.git] / testsuite / run_tests.in
index 4719bd9..59b476f 100755 (executable)
@@ -16,10 +16,10 @@ for test in log_usage                           \
             dynar_int dynar_double dynar_string \
            dict_usage dict_crash               \
            \
-           datadesc_usage                      \
+           datadesc_usage                       \
            "datadesc_usage --read datadesc.little32" \
            "datadesc_usage --read datadesc.little64" \
-           "datadesc_usage --read datadesc.big32"  \
+           "datadesc_usage --read datadesc.big32" \
            "datadesc_usage --read datadesc.big64" 
 do                 
   tests_nb=`expr $tests_nb + 1`