Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
integrate to the distribution
[simgrid.git] / examples / gras / pmm / test_sg.in
diff --git a/examples/gras/pmm/test_sg.in b/examples/gras/pmm/test_sg.in
new file mode 100755 (executable)
index 0000000..5c88d13
--- /dev/null
@@ -0,0 +1,9 @@
+#! @BASH@
+if [ x@EXEEXT@ = x ] ; then 
+  exenv=$SG_TEST_EXENV
+else
+  exenv=wine
+fi
+
+exec $exenv ./pmm_simulator@EXEEXT@ @top_srcdir@/examples/msg/msg_platform.xml @srcdir@/pmm_deployment.xml $@
+