]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README, README.alpha: Document how to test an arbitrary
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 25 Apr 2007 21:02:57 +0000 (21:02 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 25 Apr 2007 21:02:57 +0000 (21:02 +0000)
installed libtool script.

ChangeLog
README
README.alpha

index be05893a4a5a6ce3e17729b303e834f2f422ab8c..00be761cde1f89bdfef86f9f9b45749e1343ada8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * README, README.alpha: Document how to test an arbitrary
+       installed libtool script.
+
 2007-04-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/cmdline_wrap.at: Avoid `AT_CAPTURE_FILE' if it not
diff --git a/README b/README
index faa959b4bcd5e853bff0d3bf74381847d0164777..b1a9306189cac92fe18037a745f09f4127b40a3a 100644 (file)
--- 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,
index 97aee0eaf9e328121fe7b6c308a2e3d979782d31..28d7e0f92a061c019eba99e1a63bd5fefd4780e3 100644 (file)
@@ -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,