From 9c1f25a4516ed1d54c927762c2e4b1cdef92e500 Mon Sep 17 00:00:00 2001 From: thiery Date: Mon, 10 Jul 2006 08:55:34 +0000 Subject: [PATCH] Add SimDag test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2526 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9dd4533c1f..1622de7dde 100644 --- a/configure.ac +++ b/configure.ac @@ -266,7 +266,7 @@ AC_CONFIG_FILES([ src/ucontext_stack.h examples/Makefile examples/msg/Makefile examples/msg/run_msg_test - examples/simdag/Makefile + examples/simdag/Makefile examples/simdag/test_simdag examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/rpc/Makefile examples/gras/rpc/test_sg examples/gras/rpc/test_rl @@ -311,6 +311,7 @@ AC_CONFIG_FILES([ 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 \ + examples/simdag/test_simdag \ ; do \ test -e $file && chmod +x $file; \ done -- 2.20.1