]> git.ipfire.org Git - thirdparty/automake.git/commit
maintcheck: consistency of list of test scripts
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 30 Jan 2010 00:23:44 +0000 (01:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 3 May 2011 16:54:17 +0000 (18:54 +0200)
commit7b6ab07442b28a62389fc4dc8f35276f31348c13
treecf2b5393ce698450a876ae2e121fe1f8202168de
parent78ea595f035fff5e382df79c95bcf639f53fd12b
maintcheck: consistency of list of test scripts

* CheckListOfTests.am: New file.
(maintainer-check-list-of-tests): New target,
check for consistency between list of tests defined in the
including Makefile and list of tests on the filesystem.
(clean-maintcheck-testslist-tmp): New rule, to clean up the
temporary files that might be left around by the rules associated
with the previous target.
(clean-local): Depend on it.
* lib/Automake/tests/Makefile.am: Include `CheckListOfTests.am'.
(maintainer-check): Added dependency from the new target
`maintainer-check-list-of-tests'.
* tests/Makefile.am: Likewise.
* Makefile.am (maintainer-check-list-of-test): New target,
calling recursively into `tests/' and `lib/Automake/tests/',
using ...
(TEST_SUBDIRS): ... this new variable.
ChangeLog
CheckListOfTests.am [new file with mode: 0644]
Makefile.am
Makefile.in
lib/Automake/tests/Makefile.am
lib/Automake/tests/Makefile.in
tests/Makefile.am
tests/Makefile.in