Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Surf is not broken anymore. Those tests should be run.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 18:26:53 +0000 (18:26 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 18:26:53 +0000 (18:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@878 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/run_tests.in

index 57c7ed7..ed26d69 100755 (executable)
@@ -58,7 +58,7 @@ gras_ignored="gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32
 # 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 $msg_TESTS $gras_TESTS $surf_TESTS # 
 do
   test="$test $testpart"
   if echo $test | grep ';' ; then