Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revival of the bandwidth test to help me ensuring that the current hacking in the...
[simgrid.git] / examples / bandwidth / test_sg.in
index 81a0265..b82ca1e 100755 (executable)
@@ -1,5 +1,7 @@
 #! @BASH@
-if test -x ./bandwidth_simulator ; then
-  exec ./bandwidth_simulator @srcdir@/../WAN_3.platform.txt @srcdir@/bandwidth_deployment.txt
+if [ x@EXEEXT@ = x ] ; then
+  exenv="libtool --mode=execute valgrind"
+else
+  exenv=wine
 fi
-exit 77
+exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth_deployment.xml $@