Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing msg_test from testsuite
[simgrid.git] / testsuite / run_tests.in
index 4a1f579..05628c3 100755 (executable)
@@ -40,8 +40,6 @@ surf_TESTS="surf/maxmin_usage@EXEEXT@;                                        \
            surf/surf_usage@EXEEXT@  --surf-path=@srcdir@/surf/ platform.xml; \
            surf/surf_usage2@EXEEXT@ --surf-path=@srcdir@/surf/ platform.xml;"
 
-msg_TESTS=" msg/msg_test@EXEEXT@ --surf-path=@top_srcdir@/examples/msg/;"
-
 gras_TESTS="gras/trp_tcp_usage;      gras/trp_file_usage;                        \
            gras/datadesc_usage@EXEEXT@;                                         \
             gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32;  \
@@ -63,7 +61,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 $msg_TESTS $gras_TESTS $surf_TESTS
+for testpart in $xbt_TESTS $gras_TESTS $surf_TESTS
 do
   test="$test $testpart"
   if echo $test | grep ';' ; then