From: mquinson Date: Thu, 6 Apr 2006 13:17:16 +0000 (+0000) Subject: Make sure those scripts are runable X-Git-Tag: v3.3~3266 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9c0304f908af9fe113f015e8fce41fd4b69bb982 Make sure those scripts are runable git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2092 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 261f16708a..6659638c23 100644 --- a/configure.ac +++ b/configure.ac @@ -288,6 +288,7 @@ AC_CONFIG_FILES([ examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl \ examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl \ examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl \ + examples/gras/p2p/can/test_sg examples/gras/p2p/can/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \