Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass debugging flags to binary
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Feb 2005 22:31:04 +0000 (22:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Feb 2005 22:31:04 +0000 (22:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1118 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/run_msg_test.in

index 74686ce..33a57fa 100644 (file)
@@ -5,5 +5,5 @@ else
   wine=wine
 fi
     
-$wine ./msg_test@EXEEXT@ @srcdir@/msg_platform.xml   @srcdir@/msg_deployment.xml
-$wine ./msg_test@EXEEXT@ @srcdir@/small_platform.xml @srcdir@/small_deployment.xml
+$wine ./msg_test@EXEEXT@ @srcdir@/msg_platform.xml @srcdir@/msg_deployment.xml $@
+$wine ./msg_test@EXEEXT@ @srcdir@/small_platform.xml @srcdir@/small_deployment.xml $@