]> git.ipfire.org Git - thirdparty/automake.git/commit
maintcheck: completeness check on list of tests simplified
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 08:40:21 +0000 (09:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 08:41:31 +0000 (09:41 +0100)
commit083a75be98d83517afdaa3da9ada22adb106cb1a
treec22713a49303414575deee97eff20c1260e21fdb
parent239a5894acb53e6b72f281699ff20edb60dac7a3
maintcheck: completeness check on list of tests simplified

* CheckListOfTests.am: Simplify the recipe, accordingly to the
assumption that all the entries in $(TEST_EXTENSIONS) and in
$(TESTS) have an associated real test script.  This was not the
case when we used to have some entries in $(TESTS) that were not
real files, but rather "parameters" (sort of) for the corresponding
$(LOG_COMPILER).  However, that usage had proven to be confusing
and brittle, and thus removed (see commit 'v1.11-1308-g375f23d' of
September 8 2011, "testsuite: revamp generation of autogenerated
tests").
CheckListOfTests.am