Test now is not build automatically, make test should be given explicitely, then a new script run_tests will be used to check if everything still works

This commit is contained in:
maartenkeijzer 2001-02-11 15:58:55 +00:00
commit 05ed67ccd1

View file

@ -4,7 +4,7 @@
##
###############################################################################
SUBDIRS = src test win tutorial app
SUBDIRS = src win tutorial app
#Directory for documents
DOCDIR = ~/public_html/eodocs
#Directory for indices -- not useful for the user
@ -17,8 +17,8 @@ EXTRA_DIST=LICENSE
lib:
pushd src; $(MAKE) all; popd
test:
pushd test; $(MAKE) all; popd
test: test/run_tests
pushd test; $(MAKE) all; ./run_tests; touch run_tests; popd
# so that make doc always compiles the doc ...
doc: doc/eo.cfg