X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..62c2953e8b2b2b33218b8783996086c2329a6d8f:/testsuite/run_tests.in diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index e3f4170a40..17318909ce 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -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 \