From: Ralf Wildenhues Date: Wed, 30 Aug 2006 03:18:15 +0000 (+0000) Subject: * Makefile.am (check-local, installcheck-local): Use X-Git-Tag: release-2-1b~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a1358f4308e59cc9ce801168fc3f6e7fb6c042;p=thirdparty%2Flibtool.git * Makefile.am (check-local, installcheck-local): Use `TESTSUITEFLAGS' rather than `TESTSUITE_FLAGS', like Autoconf. * HACKING, README, README.alpha: All uses changed. --- diff --git a/ChangeLog b/ChangeLog index f79ed05b8..5cfe0933e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-30 Ralf Wildenhues + + * Makefile.am (check-local, installcheck-local): Use + `TESTSUITEFLAGS' rather than `TESTSUITE_FLAGS', like Autoconf. + * HACKING, README, README.alpha: All uses changed. + 2006-08-28 Ralf Wildenhues * libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code diff --git a/HACKING b/HACKING index bcb0457ef..dd3a7e2b8 100644 --- a/HACKING +++ b/HACKING @@ -52,7 +52,7 @@ and is not part of a release distribution. ============= * Use - make check TESTSUITE_FLAGS=-V + make check TESTSUITEFLAGS=-V make check-local liberally, on as many platforms as you can. Use as many compilers and linkers you can. diff --git a/Makefile.am b/Makefile.am index c353f98f8..22ecb15d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -468,13 +468,13 @@ CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests check-local: tests/atconfig $(srcdir)/$(TESTSUITE) $(CD_TESTDIR); \ CONFIG_SHELL="$(SHELL)" $(SHELL) $$abs_srcdir/$(TESTSUITE) \ - $(TESTS_ENVIRONMENT) $(BUILDCHECK_ENVIRONMENT) $(TESTSUITE_FLAGS) + $(TESTS_ENVIRONMENT) $(BUILDCHECK_ENVIRONMENT) $(TESTSUITEFLAGS) # Run the test suite on the *installed* tree. installcheck-local: $(CD_TESTDIR); \ CONFIG_SHELL="$(SHELL)" $(SHELL) $$abs_srcdir/$(TESTSUITE) \ - $(TESTS_ENVIRONMENT) $(INSTALLCHECK_ENVIRONMENT) $(TESTSUITE_FLAGS) \ + $(TESTS_ENVIRONMENT) $(INSTALLCHECK_ENVIRONMENT) $(TESTSUITEFLAGS) \ AUTOTEST_PATH="$(exec_prefix)/bin" # We need to remove any file droppings left behind by testsuite diff --git a/README b/README index 484846d5d..e8aa02f49 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ to send us your information from the end of the help message given by Libtool comes with two integrated sets of tests to check that your build is sane. You can run both test suites like this: - make check TESTSUITE_FLAGS=-V + make check TESTSUITEFLAGS=-V make check-local The tests of the old test suite run in groups in the various demo @@ -56,7 +56,7 @@ you have fixed a bug, but don't want to rerun the entire suite), you can do it like this: make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \ - TESTSUITE_FLAGS=-V + TESTSUITEFLAGS=-V Providing that you have a FAIL from the most recent group from a particular demo directory (like the cdemo-static.test group above), you @@ -71,7 +71,7 @@ you can generate verbose test output like this: VERBOSE=yes make check \ TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \ - TESTSUITE_FLAGS=-V | tee cdemo-static-group.log + TESTSUITEFLAGS=-V | tee cdemo-static-group.log In order to enable debug shell tracing, use VERBOSE=debug instead of VERBOSE=yes. @@ -84,7 +84,7 @@ Autotest-driven testsuite. Its usage is documented in but simple help may also be obtained through - make check-local TESTSUITE_FLAGS='--help' + make check-local TESTSUITEFLAGS='--help' For verbose output, add the flag `-v', for running only a subset of the independent tests, merely specify them by number or by keyword, both of diff --git a/README.alpha b/README.alpha index 3b797fe8a..fc0804604 100644 --- a/README.alpha +++ b/README.alpha @@ -44,7 +44,7 @@ of any failed test groups (as described below). Libtool comes with two integrated sets of tests to check that your build is sane. You can run both test suites like this: - make check TESTSUITE_FLAGS=-V + make check TESTSUITEFLAGS=-V make check-local The tests of the old test suite run in groups in the various demo @@ -59,7 +59,7 @@ you have fixed a bug, but don't want to rerun the entire suite), you can do it like this: make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \ - TESTSUITE_FLAGS=-V + TESTSUITEFLAGS=-V Providing that you have a FAIL from the most recent group from a particular demo directory (like the cdemo-static.test group above), you @@ -74,7 +74,7 @@ you can generate verbose test output like this: VERBOSE=yes make check \ TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \ - TESTSUITE_FLAGS=-V | tee cdemo-static-group.log + TESTSUITEFLAGS=-V | tee cdemo-static-group.log In order to enable debug shell tracing, use VERBOSE=debug instead of VERBOSE=yes. @@ -87,7 +87,7 @@ Autotest-driven testsuite. Its usage is documented in but simple help may also be obtained through - make check-local TESTSUITE_FLAGS='--help' + make check-local TESTSUITEFLAGS='--help' For verbose output, add the flag `-v', for running only a subset of the independent tests, merely specify them by number or by keyword, both of