Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not remove Makefile.in on distclean, but on maintainerclean; compile the test...
[simgrid.git] / testsuite / run_tests.in
index 70f2684..59b476f 100755 (executable)
@@ -16,9 +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.big32"  \
+           "datadesc_usage --read datadesc.little64" \
+           "datadesc_usage --read datadesc.big32" \
            "datadesc_usage --read datadesc.big64" 
 do                 
   tests_nb=`expr $tests_nb + 1`