From: mquinson Date: Tue, 4 Apr 2006 14:30:17 +0000 (+0000) Subject: welcome, saturate testcase X-Git-Tag: v3.3~3282 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/03efe18546bf73cbdaa32cf7c53643f69300ade4?hp=df1574af1592689f73d940fd6803b55d5eca7156 welcome, saturate testcase git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2076 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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