Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleaning unused files from the repository.
[simgrid.git] / examples / msg / run_msg_test.in
diff --git a/examples/msg/run_msg_test.in b/examples/msg/run_msg_test.in
deleted file mode 100644 (file)
index 2d7bbad..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#! @BASH@ -e
-if [ x@EXEEXT@ = x ] ; then 
-  exenv=$SG_TEST_EXENV
-else
-  exenv=wine
-fi
-    
-$exenv ./msg_test@EXEEXT@ @srcdir@/msg_platform.xml @srcdir@/msg_deployment.xml $@
-
-$exenv ./msg_test@EXEEXT@ @srcdir@/small_platform.xml @srcdir@/small_deployment.xml $@
-
-$exenv ./msg_test_surfxml_bypassed@EXEEXT@
-
-$exenv ./msg_test_suspend@EXEEXT@ @srcdir@/msg_platform.xml @srcdir@/msg_deployment_suspend.xml $@
-