]> git.ipfire.org Git - thirdparty/libtool.git/commit
Introduce a new test keyword `recursive' for tests that create a
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Jan 2007 12:43:37 +0000 (12:43 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Jan 2007 12:43:37 +0000 (12:43 +0000)
commitd1d42628545b12dfc0594bf74dbcd9e3c6fb35c8
treeab3f45ac4bbe464209b51bc9217f92dc224759cb
parentbaf8599e6f34045c532bc22092d35e07149ad250
Introduce a new test keyword `recursive' for tests that create a
modified `libtool' script and run the suite on this script.  All
tests with the keyword `libtool' are (by definition) suitable to
be used here.

* tests/cmdline_wrap.at: New test.
* Makefile.am: Adjust.
* tests/testsuite.at (LT_ESCAPE): New macro: clone of Autoconf
AS_ESCAPE that does not escape `$'.
(LT_AT_CHECK): New macro: print a command-to-be-run while
expanding parameters but nothing else.
* tests/stresstest.at: Use LT_AT_CHECK.  Create some files to
expose erroneous globbing errors with `-export-symbols-regex',
similar to those reported by Charles Wilson.  Use `eval' and
adjusted quoting so the expansion doesn't already happen in the
testsuite commands.
* HACKING: Update.
ChangeLog
HACKING
Makefile.am
tests/cmdline_wrap.at [new file with mode: 0644]
tests/stresstest.at
tests/testsuite.at