Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Max-min solver written ! :) Seems to be working fine !
[simgrid.git] / testsuite / run_tests.in
index e3f4170..1731890 100755 (executable)
@@ -11,10 +11,11 @@ if [ xvalgrind = "x$1" ] ; then
 else
   valgrind=
 fi
-for test in xbt/log_usage                                          \
-            xbt/dynar_int xbt/dynar_double xbt/dynar_string      \
+for test in xbt/log_usage                                         \
+            xbt/dynar_int xbt/dynar_double xbt/dynar_string       \
            xbt/dict_usage xbt/dict_crash                         \
-           xbt/config_usage                                       \
+           xbt/config_usage                                      \
+           xbt/heap_bench \
            \
            gras/trp_tcp_usage      gras/trp_file_usage             \
            gras/datadesc_usage                                     \