Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
heap bench make file" borland/builder6/simulation/xbt/heap_bench/heap_bench.mak
[simgrid.git] / examples / gras / chrono / test_sg.in
index 110ab6d..1debfc9 100755 (executable)
@@ -1,5 +1,8 @@
 #! @BASH@
-if test -x ./chrono_simulator ; then
-  exec ./chrono_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/chrono_deployment.xml
+if [ x@EXEEXT@ = x ] ; then 
+  exenv=$SG_TEST_EXENV
+else
+  exenv=wine
 fi
-exit 77
+
+exec $exenv ./chrono_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/chrono.xml