X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66eeb4028730b704a90c79edc202e18a159b3eda..d44311dba4b0e7d8e1d0bd4b36b6d5c9668765e9:/testsuite/Makefile.am diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 90819a02ad..798a95b146 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 @@ -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)