From: mquinson Date: Tue, 22 Dec 2009 22:30:38 +0000 (+0000) Subject: These files don't get built by regular make, but are mandatory to the tests X-Git-Tag: SVN~785 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/829cf9e2f5283a6201e79e1906a145200f870cff These files don't get built by regular make, but are mandatory to the tests git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6941 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/build.sh b/buildtools/Cmake/build.sh index c2af704aa7..f194e3b25b 100755 --- a/buildtools/Cmake/build.sh +++ b/buildtools/Cmake/build.sh @@ -10,4 +10,7 @@ if [ ! -e Makefile ] ; then ./configure --enable-maintainer-mode --disable-compile-optimizations fi -make \ No newline at end of file +make +make -C testsuite xbt/log_usage xbt/heap_bench xbt/graphxml_usage +make -C testsuite surf/maxmin_bench surf/lmm_usage surf/trace_usage surf/surf_usage surf/surf_usage2 +make -C testsuite simdag/sd_test \ No newline at end of file