]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] refactor: merge check2.am into parallel-tests.am
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 May 2012 13:20:48 +0000 (15:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 May 2012 20:46:55 +0000 (22:46 +0200)
commit20a1ce3d6b61c97536b701a52961ef8fa342677d
tree4992909b34edee1e7c44ba52e806ff3432e45666
parent993f03a12d68efb489d6cbe8c7943cf61b1000a5
[ng] refactor: merge check2.am into parallel-tests.am

Another change aimed at moving logic and processing out of automake
and inside the generated Makefiles.  This is mostly a preparatory
step.

* lib/am/check2.am: Merged ...
* lib/am/parallel-tests.am: ... in here, with the (several) required
adjustments and extensions.
* Makefile.am (dist_am_DATA): Adjust.
(XFAIL_TESTS): Add 't/test-extensions.sh'.
* automake.in (handle_per_suffix_test): Don't process nor include
'check2.am' anymore.
* t/parallel-tests-internals.sh: New test.
* t/serial-tests.sh: Adjust grepping checks.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/am/check2.am [deleted file]
lib/am/parallel-tests.am
t/parallel-tests-internals.sh [new file with mode: 0755]
t/serial-tests.sh