Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include the svn version in the build name
[simgrid.git] / buildtools / Cmake / build.sh
1 #! /bin/sh
2
3 set -e
4 cd ../..
5 if [ ! -e configure ] ; then
6   ./bootstrap
7 fi
8
9 if [ ! -e Makefile ] ; then
10   ./configure --enable-maintainer-mode --disable-compile-optimizations
11 fi
12
13 make
14 make -C testsuite xbt/log_usage xbt/heap_bench xbt/graphxml_usage 
15 make -C testsuite surf/maxmin_bench surf/lmm_usage surf/trace_usage surf/surf_usage surf/surf_usage2
16 make -C testsuite simdag/sd_test