Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uniformize the test_{sg,rl} scripts, rename the wine variable to exenv (excution...
[simgrid.git] / examples / msg / run_msg_test.in
1 #! @BASH@ -e
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv=$SG_TEST_EXENV
4 else
5   exenv=wine
6 fi
7     
8 $exenv ./msg_test@EXEEXT@ @srcdir@/msg_platform.xml @srcdir@/msg_deployment.xml $@
9 $exenv ./msg_test@EXEEXT@ @srcdir@/small_platform.xml @srcdir@/small_deployment.xml $@