X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc646605a9127583153b05a60a15a8a188a5530b..8f7f47ee00c907564be06aa6fc65537d6dd57eff:/examples/gras/p2p/chord/test_sg.in diff --git a/examples/gras/p2p/chord/test_sg.in b/examples/gras/p2p/chord/test_sg.in index 67d9c2405a..c54aa517d8 100755 --- a/examples/gras/p2p/chord/test_sg.in +++ b/examples/gras/p2p/chord/test_sg.in @@ -1,10 +1,8 @@ #!/bin/bash -if [ x = x ] ; then +if [ x@EXEEXT@ = x ] ; then exenv=$SG_TEST_EXENV else exenv=wine fi -top_srcdir=/home/illogict/progs/simgrid/simgrid-3.0.1 -srcdir=`pwd` -exec $exenv ./chord_simulator /home/illogict/progs/simgrid/simgrid-3.0.1/examples/msg/msg_platform.xml ~/progs/simgrid/simgrid-3.0.1/examples/gras/p2p/chord_t/chord_deployment.xml $@ +exec $exenv ./chord_simulator @top_srcdir@/examples/msg/msg_platform.xml @srcdir@/chord_deployment.xml $@