Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
running msg_test
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2005 17:31:43 +0000 (17:31 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2005 17:31:43 +0000 (17:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@775 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/run_tests.in

index 188a6a6..317cdb8 100755 (executable)
@@ -30,7 +30,8 @@ for test in xbt/log_usage@EXEEXT@                                 \
            surf/maxmin_usage@EXEEXT@       surf/maxmin_bench@EXEEXT@               \
            "surf/trace_usage@EXEEXT@ --surf-path=surf/"                            \
            "surf/surf_usage@EXEEXT@  --surf-path=surf/ platform.xml" \
-           "surf/surf_usage2@EXEEXT@ --surf-path=surf/ platform.xml"
+           "surf/surf_usage2@EXEEXT@ --surf-path=surf/ platform.xml" \
+           "msg/msg_test@EXEEXT@ --surf-path=msg/ platform.xml"
 do                 
   tests_nb=`expr $tests_nb + 1`
   echo "#### Test $test"