]> git.ipfire.org Git - thirdparty/libtool.git/commit
Enable parallel-tests test driver for the old testsuite.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Aug 2010 04:29:41 +0000 (06:29 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Aug 2010 04:29:41 +0000 (06:29 +0200)
commit4c099630e2a46d13fea8533225a77673b643ce67
tree5e83596fb9e336c6e4e28f4b1a40b351ffa2b4f7
parentdcca98eb81bd99b1f659875428fac70918199447
Enable parallel-tests test driver for the old testsuite.

* configure.ac: New configure test to find out whether `make'
supports order-only prerequisites; set @ORDER@ accordingly.
(AM_INIT_AUTOMAKE): Enable parallel-tests option.
* tests/defs.m4sh (prefix): Derive install prefix for tests
from the test name, to avoid clashes.
* Makefile.am (CXX_TESTS, F77_TESTS, FC_TESTS, COMMON_TESTS):
Reformat.  Adjust for renamed tests.  Add dependencies between
the respective log files of the tests, to ensure proper ordering.
Use order-only dependencies if possible, between test groups that
use the same directory.
(clean-local-legacy): Remove `_inst-*' directories as well.
Prompted by suggestion from Bob Friesenhahn.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am
configure.ac
tests/defs.m4sh