From 30cc0c481881dac4d9764b64b35049798dad47c9 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 2 Nov 2004 18:36:07 +0000 Subject: [PATCH] renamed xbt_heap_test to heap_bench git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@474 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 90819a02ad..ac03e25f48 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -12,10 +12,11 @@ EXTRA_DIST=run_tests.in \ # Test stuff xbt_tests = \ - xbt/dynar_int xbt/dynar_double xbt/dynar_string \ - xbt/dict_usage xbt/dict_crash \ + xbt/dynar_int xbt/dynar_double xbt/dynar_string \ + xbt/dict_usage xbt/dict_crash \ xbt/set_usage \ xbt/log_usage \ + xbt/heap_bench \ xbt/config_usage # xbt/multidict_crash -- 2.20.1