Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
renamed xbt_heap_test to heap_bench
[simgrid.git] / testsuite / Makefile.am
index 90819a0..ac03e25 100644 (file)
@@ -12,10 +12,11 @@ EXTRA_DIST=run_tests.in \
 # Test stuff
 
 xbt_tests =                                                      \
 # 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/set_usage                                            \
        xbt/log_usage                                            \
+       xbt/heap_bench                                           \
        xbt/config_usage
 # xbt/multidict_crash 
 
        xbt/config_usage
 # xbt/multidict_crash