X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01021da3b27c6a5704bfa08cd0ce07be6b925e8b..5ef0fb1245e9d6d3efea3b0940fcce04d9b19478:/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 \