Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass options to the simulator
[simgrid.git] / examples / gras / ping / test_sg.in
index e4e99c2..3d050c6 100755 (executable)
@@ -1,5 +1,5 @@
 #! @BASH@
 if test -x ./ping_simulator ; then
-  exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml
+  exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
 fi
 exit 77