X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fc9fe25f03b219bd45664a5244b7487b89d1afc..9eb42c5feb5b12390fee2dcf3cfb9a031d3c1fa0:/testsuite/run_tests.in diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index e2b741b133..5eb62906b4 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -30,15 +30,10 @@ fi ## ## Tests defintions ## -xbt_TESTS=" xbt/ex_test@EXEEXT@; \ +xbt_TESTS=" \ xbt/log_usage@EXEEXT@; \ - xbt/dynar_int@EXEEXT@; \ - xbt/dynar_double@EXEEXT@; \ - xbt/dynar_string@EXEEXT@; \ - xbt/dict_usage@EXEEXT@; \ - xbt/dict_crash@EXEEXT@; \ - xbt/multidict_crash@EXEEXT@; \ - xbt/config_usage@EXEEXT@; \ + xbt/context_usage@EXEEXT@; \ + xbt/graphxml_usage@EXEEXT@ @srcdir@/xbt/graph.xml; \ xbt/heap_bench@EXEEXT@;" surf_TESTS="surf/maxmin_usage@EXEEXT@; \ @@ -159,7 +154,7 @@ fi 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 "Rerun the tests using the following command: script -c 'make check' simgrid.tests.log" 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)."