Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These files don't get built by regular make, but are mandatory to the tests
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 22:30:38 +0000 (22:30 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 22:30:38 +0000 (22:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6941 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/build.sh

index c2af704..f194e3b 100755 (executable)
@@ -10,4 +10,7 @@ if [ ! -e Makefile ] ; then
   ./configure --enable-maintainer-mode --disable-compile-optimizations
 fi
 
   ./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