X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22c687a6681bb4a2fc52f7453259a1452c9f84b8..ce64480f32b62fc660255ccef65d3da7e23a5d00:/testsuite/run_tests.in diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 9164f6a4d9..3422b679f6 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; \ @@ -50,6 +52,10 @@ gras_TESTS="gras/trp_tcp_usage; gras/trp_file_usage; gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_8_4; \ gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_2;" +simdag_TESTS="simdag/sd_test @srcdir@/simdag/small_platform_variable.xml; \ + simdag/sd_test @top_srcdir@/examples/msg/small_platform.xml; \ + simdag/sd_test @top_srcdir@/examples/msg/msg_platform.xml; " + # Data sets still to regenerate: # # gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_4; \ @@ -62,7 +68,7 @@ gras_TESTS="gras/trp_tcp_usage; gras/trp_file_usage; # we split tests on ';' so that they can contain spaces (test=accumulator) test="" -for testpart in $xbt_TESTS $gras_TESTS $surf_TESTS +for testpart in $xbt_TESTS $gras_TESTS $surf_TESTS $simdag_TESTS do test="$test $testpart" if echo $test | grep ';' >/dev/null ; then @@ -153,7 +159,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)."