Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/_deployment.xml/.xml/
[simgrid.git] / examples / amok / bandwidth / test_sg.in
index b82ca1e..087105a 100755 (executable)
@@ -1,7 +1,8 @@
 #! @BASH@
 if [ x@EXEEXT@ = x ] ; then
-  exenv="libtool --mode=execute valgrind"
+#  exenv="libtool --mode=execute valgrind"
+  exenv=$SG_TEST_EXENV
 else
   exenv=wine
 fi
-exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth_deployment.xml $@
+exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth.xml $@