Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move those files a second time today: automake don't like me using '-' in names,...
[simgrid.git] / examples / gras / mutual-exclusion / simple-token / test_sg.in
1 #! @BASH@
2 if [ x@EXEEXT@ = x ] ; then 
3 #  exenv="libtool --mode=execute valgrind --run-libc-freeres=no --show-reachable=yes "
4   exenv=$SG_TEST_EXENV
5 else
6   exenv=wine
7 fi
8
9 exec $exenv ./tokenS_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/tokenS_deployment.xml $@
10