Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
0bb95fbd459a5de325bd7c65a56d201f62850692
[simgrid.git] / examples / gras / rpc / test_sg.in
1 #! @BASH@
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv=$SG_TEST_EXENV
4 else
5   exenv=wine
6 fi
7
8 exec $exenv ./rpc_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/rpc_deployment.xml $@
9