X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22c687a6681bb4a2fc52f7453259a1452c9f84b8..8427d714a3ffb1057671980c647d86441abd589f:/testsuite/run_tests.in diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 9164f6a4d9..81f1ceab5a 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -33,8 +33,9 @@ fi xbt_TESTS=" \ xbt/log_usage@EXEEXT@; \ xbt/context_usage@EXEEXT@; \ + xbt/graphxml_usage@EXEEXT@ @srcdir@/xbt/graph.xml; \ xbt/heap_bench@EXEEXT@;" - + surf_TESTS="surf/maxmin_usage@EXEEXT@; \ surf/maxmin_bench@EXEEXT@; \ surf/trace_usage@EXEEXT@ --surf-path=@srcdir@/surf/; \ @@ -43,6 +44,7 @@ surf_TESTS="surf/maxmin_usage@EXEEXT@; \ gras_TESTS="gras/trp_tcp_usage; gras/trp_file_usage; \ gras/datadesc_usage@EXEEXT@; \ + gras/datadesc_usage@EXEEXT@ --copy; \ gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32; \ gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32_4;\ gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little64; \ @@ -153,7 +155,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)."