Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need the threads, and they live in the gras lib, not always in the sg one
[simgrid.git] / examples / gras / ping / test_sg.in
index 09e54699c1d88e333f577df1b9e6473f421eb80a..8176f7ffb53bad193d20c74c56dc5995134bda44 100755 (executable)
@@ -1,9 +1,9 @@
 #! @BASH@
 if [ x@EXEEXT@ = x ] ; then 
 #! @BASH@
 if [ x@EXEEXT@ = x ] ; then 
-  exenv=
+  exenv=$SG_TEST_EXENV
 else
   exenv=wine
 fi
 
 else
   exenv=wine
 fi
 
-exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
+exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping.xml $@