From: Ralf Wildenhues Date: Wed, 25 Apr 2007 21:02:57 +0000 (+0000) Subject: * README, README.alpha: Document how to test an arbitrary X-Git-Tag: release-2-1b~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7c20cf022ce3e4fe1749246ce91b6731528379d;p=thirdparty%2Flibtool.git * README, README.alpha: Document how to test an arbitrary installed libtool script. --- diff --git a/ChangeLog b/ChangeLog index be05893a4..00be761cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-25 Ralf Wildenhues + + * README, README.alpha: Document how to test an arbitrary + installed libtool script. + 2007-04-24 Ralf Wildenhues * tests/cmdline_wrap.at: Avoid `AT_CAPTURE_FILE' if it not diff --git a/README b/README index faa959b4b..b1a930618 100644 --- a/README +++ b/README @@ -98,7 +98,11 @@ but simple help may also be obtained through 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 -which are displayed with the `--list' flag. +which are displayed with the `--list' flag. For example, the `libtool' +keyword is used for the tests that exercise only this script. So it is +possible to test an installed script, possibly from a different Libtool +release, with + gmake check-local TESTSUITEFLAGS="-k libtool LIBTOOL=/path/to/libtool" If you wish to report test failures to the libtool list, you need to send the file `tests/testsuite.log' to the bug report mailing list, diff --git a/README.alpha b/README.alpha index 97aee0eaf..28d7e0f92 100644 --- a/README.alpha +++ b/README.alpha @@ -104,7 +104,11 @@ but simple help may also be obtained through 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 -which are displayed with the `--list' flag. +which are displayed with the `--list' flag. For example, the `libtool' +keyword is used for the tests that exercise only this script. So it is +possible to test an installed script, possibly from a different Libtool +release, with + gmake check-local TESTSUITEFLAGS="-k libtool LIBTOOL=/path/to/libtool" If you wish to report test failures to the libtool list, you need to send the file `tests/testsuite.log' to the bug report mailing list,