Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now the testsuite compile.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 3 Nov 2004 22:25:45 +0000 (22:25 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 3 Nov 2004 22:25:45 +0000 (22:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@479 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
testsuite/Makefile.am
testsuite/run_tests.in

index cf3d091..b48cca6 100644 (file)
--- 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.
 2004-10-29 Martin Quinson
   - Introduction of the remote errors. 
     They are the result of a RMI/RPC on the remote machine.
index ac03e25..798a95b 100644 (file)
@@ -54,6 +54,9 @@ xbt_set_usage_LDADD=          $(LDADD_UTILS)
 
 xbt_config_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)
 gras_trp_tcp_client_LDADD=     $(LDADD_RL)
 gras_trp_tcp_server_LDADD=     $(LDADD_RL)
 gras_trp_file_client_LDADD=    $(LDADD_RL)
index e3f4170..1731890 100755 (executable)
@@ -11,10 +11,11 @@ if [ xvalgrind = "x$1" ] ; then
 else
   valgrind=
 fi
 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/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                                     \
            \
            gras/trp_tcp_usage      gras/trp_file_usage             \
            gras/datadesc_usage                                     \