From e25e96c6822e9239f828201581c1955cdfa41322 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 29 Jun 2007 15:35:47 +0000 Subject: [PATCH 1/1] Make sure that amok test files (which are not converted to tesh yet) are made executable by autoconf git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3622 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 6f2b4cc870..af3d1ee059 100644 --- a/configure.ac +++ b/configure.ac @@ -441,6 +441,8 @@ AC_CONFIG_FILES([ \ examples/msg/run_msg_test \ examples/simdag/test_simdag \ + examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl \ + examples/amok/saturate/test_sg examples/amok/saturate/test_rl \ ; do \ test -e $file && chmod +x $file; \ done -- 2.20.1