From: mquinson Date: Fri, 4 Feb 2005 09:58:46 +0000 (+0000) Subject: Move gras example to their own subdir, re-enable gras-RL X-Git-Tag: v3.3~4496 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c51a6b6afe77a45c502ee8303a2fdc01e0e94ca5 Move gras example to their own subdir, re-enable gras-RL git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@855 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 336da172be..a9b95254f5 100644 --- a/configure.ac +++ b/configure.ac @@ -159,6 +159,7 @@ AC_CONFIG_FILES([ src/amok/Makefile examples/Makefile examples/msg/Makefile + examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples tools/compile-remote-worker @@ -171,18 +172,18 @@ AC_CONFIG_FILES([ test -e testsuite/gras/trp_tcp_usage && chmod +x testsuite/gras/trp_tcp_usage; test -e testsuite/gras/trp_file_usage&& chmod +x testsuite/gras/trp_file_usage; test -e tools/compile-remote-worker && chmod +x tools/compile-remote-worker; - test -e examples/ping/test_sg && chmod +x examples/ping/test_sg; - test -e examples/ping/test_rl && chmod +x examples/ping/test_rl; -# test -e examples/bandwidth/test_sg && chmod +x examples/bandwidth/test_sg; - test -e examples/pastry/test_sg && chmod +x examples/pastry/test_sg; + test -e examples/gras/ping/test_sg && chmod +x examples/gras/ping/test_sg; + test -e examples/gras/ping/test_rl && chmod +x examples/gras/ping/test_rl; +# test -e examples/gras/bandwidth/test_sg && chmod +x examples/gras/bandwidth/test_sg; + test -e examples/gras/pastry/test_sg && chmod +x examples/gras/pastry/test_sg; chmod +x $srcdir/tools/gras-check-arch; ]) -# examples/ping/Makefile examples/ping/test_sg examples/ping/test_rl -# examples/saturate/Makefile examples/saturate/test_sg -# examples/alnem/Makefile examples/alnem/test_sg + +# examples/gras/saturate/Makefile examples/gras/saturate/test_sg +# examples/gras/alnem/Makefile examples/gras/alnem/test_sg