coverage: required but missing '.am' and '.m4' files are diagnosed
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Oct 2011 15:07:19 +0000 (17:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Nov 2011 20:48:19 +0000 (21:48 +0100)
commit237b93207fcf50e49540ce2d604a9b6fe312d713
tree1d15b8f00f0171ea9e58f5bec94c63110a4c3cdd
parent833741419e4df9adcf1a1aa86088e562e0ba46ad
coverage: required but missing '.am' and '.m4' files are diagnosed

The stub rules emitted to work around the "deleted header problem"
for `.m4' files (included by autoconf in e.g., configure.ac) and
for `.am' files (included by automake in e.g., Makefile.am) should
not prevent the remake rules from correctly erroring out when a
still-required file is missing.

* tests/deleted-am.test: New test.
* tests/deleted-m4.test: Likewise.
* tests/Makefile.am (TESTS): Add them.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/deleted-am.test [new file with mode: 0755]
tests/deleted-m4.test [new file with mode: 0755]