Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing #include.
[simgrid.git] / testsuite / Makefile.am
index 90819a0..798a95b 100644 (file)
@@ -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 
 
@@ -53,6 +54,9 @@ xbt_set_usage_LDADD=          $(LDADD_UTILS)
 
 xbt_config_usage_LDADD=       $(LDADD_UTILS)
 
+xbt_heap_bench_LDADD=         $(LDADD_UTILS)
+
+
 gras_trp_tcp_client_LDADD=     $(LDADD_RL)
 gras_trp_tcp_server_LDADD=     $(LDADD_RL)
 gras_trp_file_client_LDADD=    $(LDADD_RL)