Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c773f45b5c517738bd71f25288b41e4d1c90dd26
[simgrid.git] / buildtools / scripts / test_dist_with_autotools.sh
1 #! /bin/bash
2 # This script waits that the make_dist script finishes building the right archive in ~/simgrid
3 # and then builds it using the autotools
4
5
6 source ~/simgrid-svn/buildtools/scripts/simgrid_build.conf
7
8 open_archive
9 if [ ! -e Makefile ] ; then
10   ./configure $@
11 fi
12 ./checkall