Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split into several files to explain how it can be done
[simgrid.git] / examples / gras / ping / test_sg.in
index e4e99c2..db4d47e 100755 (executable)
@@ -1,5 +1,9 @@
 #! @BASH@
-if test -x ./ping_simulator ; then
-  exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml
+if [ x@EXEEXT@ = x ] ; then 
+  exenv=$SG_TEST_EXENV
+else
+  exenv=wine
 fi
-exit 77
+
+exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
+