Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
09e54699c1d88e333f577df1b9e6473f421eb80a
[simgrid.git] / examples / gras / ping / test_sg.in
1 #! @BASH@
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv=
4 else
5   exenv=wine
6 fi
7
8 exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
9