]> git.ipfire.org Git - thirdparty/automake.git/commit
check: Make 'check-TESTS' target depend on test dependencies
authorMathieu Lirzin <mthl@gnu.org>
Sat, 15 Jul 2017 22:11:07 +0000 (00:11 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Sat, 15 Jul 2017 22:53:51 +0000 (00:53 +0200)
commit8555e7b81d0d68e1e8105d072d69b94788953e15
tree74dca10aea7e2ab412a34b0c7c7b1c05034a1d38
parent3126fa4c6b69c043e20af9381563069c0f2a0ba0
check: Make 'check-TESTS' target depend on test dependencies

The 'check' and 'recheck' targets are already depending on the progams
and scripts required to run the test suite.  The 'check-TESTS' target
while not in the public API might be used by uninformed users, so it
makes sense to add the same dependency to it.  This fixes bug#27186.

* lib/am/check.am [!%?SERIAL_TESTS%] (check-TESTS): Add dependency to
'%CHECK_DEPS%'.
* THANKS: Update.
THANKS
lib/am/check.am