X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a5c4a0d5915bb7a2b308e061bbf5f5c90e20575..91de2878766aecae8244397cc5c48d5688b59b52:/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 index 0000000000..5c88d13291 --- /dev/null +++ b/examples/gras/pmm/test_sg.in @@ -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 $@ +