Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
enable the multidict_crash test, even if it's not perfect yet
[simgrid.git] / testsuite / run_tests.in
index 05628c3..0ab4b12 100755 (executable)
@@ -31,6 +31,7 @@ xbt_TESTS=" xbt/log_usage@EXEEXT@;        \
              xbt/dynar_string@EXEEXT@;   \
             xbt/dict_usage@EXEEXT@;       \
              xbt/dict_crash@EXEEXT@;     \
+             xbt/multdict_crash@EXEEXT@; \
             xbt/config_usage@EXEEXT@;     \
             xbt/heap_bench@EXEEXT@;"
           
@@ -139,7 +140,7 @@ if [ $failed_nb != 0 ] ; then
   echo "$failed_nb tests of $tests_nb failed: "
   cat test.failed
   echo "Rerun the tests using the following command: script -c 'make test' simgrid.tests.log"
-  echo " and send the following informations to simgrid2-users@listes.ens-lyon.fr:"
+  echo " and send the following informations to simgrid-devel@lists.gforge.inria.fr:"
   echo "   - the file simgrid.tests.log produced by this command."
   echo "   - a short description of the target platform (arch, OS, distrib, compiler)."
   echo "   - the config.log produced by the compilation."