From bf9bb4da2395969314086bb3754a0e6b364c46d9 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 23 Jun 2005 14:27:56 +0000 Subject: [PATCH] Generated file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1372 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/bandwidth/test_rl | 4 ---- examples/bandwidth/test_rl.in | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100755 examples/bandwidth/test_rl create mode 100755 examples/bandwidth/test_rl.in diff --git a/examples/bandwidth/test_rl b/examples/bandwidth/test_rl deleted file mode 100755 index 796abefc20..0000000000 --- a/examples/bandwidth/test_rl +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -./bandwidth_sensor 4000 $@& -./bandwidth_sensor 5000 $@& -./bandwidth_maestro 127.0.0.1 4000 127.0.0.1 5000 $@ diff --git a/examples/bandwidth/test_rl.in b/examples/bandwidth/test_rl.in new file mode 100755 index 0000000000..736b42d806 --- /dev/null +++ b/examples/bandwidth/test_rl.in @@ -0,0 +1,10 @@ +#! @BASH@ -e +if [ x@EXEEXT@ = x ] ; then + exenv="libtool --mode=execute valgrind" +else + exenv=wine +fi + +$exenv ./bandwidth_sensor@EXEEXT@ 4000 $@& +$exenv ./bandwidth_sensor@EXEEXT@ 5000 $@& +$exenv ./bandwidth_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@ -- 2.20.1