From 03efe18546bf73cbdaa32cf7c53643f69300ade4 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 4 Apr 2006 14:30:17 +0000 Subject: [PATCH] welcome, saturate testcase git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2076 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 ++ examples/amok/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a5e6fac46..5d8b831495 100644 --- a/configure.ac +++ b/configure.ac @@ -263,6 +263,7 @@ AC_CONFIG_FILES([ examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl + examples/amok/saturate/Makefile examples/amok/saturate/test_sg examples/amok/saturate/test_rl doc/Makefile doc/Doxyfile tools/graspe-slave tools/Makefile @@ -277,6 +278,7 @@ AC_CONFIG_FILES([ tools/graspe-slave tools/graspe-master \ \ examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl \ + examples/amok/saturate/test_sg examples/amok/saturate/test_rl \ \ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/rpc/test_sg examples/gras/rpc/test_rl \ diff --git a/examples/amok/Makefile.am b/examples/amok/Makefile.am index 33bff8e7e2..5700255416 100644 --- a/examples/amok/Makefile.am +++ b/examples/amok/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS= bandwidth # alnem saturate +SUBDIRS= bandwidth saturate # alnem include $(top_srcdir)/acmacro/dist-files.mk -- 2.20.1