Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
win32 cross-compil needs love
[simgrid.git] / examples / gras / ping / test_sg.in
index e4e99c2..09e5469 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=
+else
+  exenv=wine
 fi
-exit 77
+
+exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
+