From: alegrand Date: Wed, 3 Nov 2004 22:25:45 +0000 (+0000) Subject: Now the testsuite compile. X-Git-Tag: v3.3~4871 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/62c2953e8b2b2b33218b8783996086c2329a6d8f Now the testsuite compile. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@479 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index cf3d0910d2..b48cca63f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 Arnaud Legrand + - Rename every gras_* function that was in xbt/ to its xbt_ + counterpart. + - Add a heap and a doubly-linked list to xbt + 2004-10-29 Martin Quinson - Introduction of the remote errors. They are the result of a RMI/RPC on the remote machine. diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index ac03e25f48..798a95b146 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -54,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) 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 \