Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups in the scripts. Should be good for now
[simgrid.git] / buildtools / scripts / test_dist_with_autotools.sh
similarity index 79%
rename from buildtools/scripts/build_with_autotools.sh
rename to buildtools/scripts/test_dist_with_autotools.sh
index cb0b462..c773f45 100755 (executable)
@@ -6,5 +6,7 @@
 source ~/simgrid-svn/buildtools/scripts/simgrid_build.conf
 
 open_archive
-./configure $@
-make
+if [ ! -e Makefile ] ; then
+  ./configure $@
+fi
+./checkall