Fix error in generation of parallel tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 8 Jun 2010 18:43:43 +0000 (20:43 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jun 2010 18:51:45 +0000 (20:51 +0200)
commit6fee87c34e45ad9c91444b684d4ccd6c932debd3
tree63d8efaed38cc5d74426d268c1bb571e1bd63437
parentc6bbc452fa438f194471788db5a965f4f687840a
Fix error in generation of parallel tests.

* tests/defs.in ($am_skip_defs): New variable, to be used when
./defs must be sourced multiple times.  If set, unset it and
only define $srcdir; otherwise, also go through the rest of
the script.
($am_defs_included): Remove, no more needed.
* tests/Makefile.am ($(parallel_tests)): Update accordingly,
using only $srcdir from defs.
Fixes potential test failures of tests that use $required.

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