Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking latencies into account to bound the effective bandwidth.
[simgrid.git] / testsuite / run_tests.in
index 8795b91..1731890 100755 (executable)
@@ -7,14 +7,15 @@ tests_nb=0
 rm -f test.failed test.success test.ignored
 
 if [ xvalgrind = "x$1" ] ; then
-  valgrind="libtool --mode=execute valgrind"
+  valgrind="libtool --mode=execute valgrind --show-reachable=yes"
 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                                     \