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
[simgrid.git] / 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
 
-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