Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add generated files to the CVS so that the use of autotools is not necessary to build...
[simgrid.git] / examples / gras / chrono / test_rl.in
index 8a36476..cf6e5c7 100755 (executable)
@@ -1,10 +1,8 @@
 #! @BASH@ -e
 if [ x@EXEEXT@ = x ] ; then 
-  wine=
+  exenv=$SG_TEST_EXENV
 else
-  wine=wine
+  exenv=wine
 fi
     
-$wine ./chrono_server@EXEEXT@ $@ &
-sleep 1
-$wine ./chrono_client@EXEEXT@ $@
+exec $exenv ./chrono_multiplier@EXEEXT@ $@