Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Helper script to work with make distcheck
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Feb 2005 13:59:31 +0000 (13:59 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Feb 2005 13:59:31 +0000 (13:59 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@920 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/run_msg_test.in [new file with mode: 0644]

diff --git a/examples/msg/run_msg_test.in b/examples/msg/run_msg_test.in
new file mode 100644 (file)
index 0000000..74686ce
--- /dev/null
@@ -0,0 +1,9 @@
+#! @BASH@ -e
+if [ x@EXEEXT@ = x ] ; then 
+  wine=
+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