From 05ed67ccd154acf5edd1c6d15544e807640e5e18 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Sun, 11 Feb 2001 15:58:55 +0000 Subject: [PATCH] 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 --- eo/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eo/Makefile.am b/eo/Makefile.am index bd90204d7..d90e06e74 100644 --- a/eo/Makefile.am +++ b/eo/Makefile.am @@ -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