]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] check: deps for 'check' target listed in '$(am.test-suite.deps)'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 09:25:03 +0000 (11:25 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 15:04:15 +0000 (17:04 +0200)
commit286a4487155812a21030853547e47a0f1e765747
tree8e2e5a58346ff59e86f48fd70f60fe66ec4f94be
parent0e72e0851cc26c5cf322ff991f843f03b6e3fb0c
[ng] check: deps for 'check' target listed in '$(am.test-suite.deps)'

* automake.in (handle_all_and_check, handle_tests): Drop transform
'CHECK-DEPS' when processing (respectively) the files 'check-target.am'
and 'parallel-tests.am'.
(generate_makefile): Define '$(am.test-suite.deps)' as the list of
dependencies for the 'check' target.
* lib/am/parallel-tests.am, lib/am/check-target.am: Use it instead
of the transform '%CHECK-DEPS%'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/check-target.am
lib/am/parallel-tests.am