recheck: fix interaction with "make -n"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 13 Jan 2012 21:39:47 +0000 (22:39 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 17:33:35 +0000 (18:33 +0100)
commit8fec2399264ee4822ecf2c0d9275d890edbc8e50
tree20e8c69dbafc97be818ea222a54d8343f3d4b1d6
parentd9a7182ed15654aebdd049857282106e84962813
recheck: fix interaction with "make -n"

* lib/am/check.am (recheck): Ensure the recipe does not erroneously
remove '.log' files when running under "make -n".  For the sake of
NetBSD make, this also means that ...
(.MAKE): ... this cannot depend on 'recheck' anymore.
* tests/parallel-tests-dryrun.test: New test.
* tests/list-of-tests.mk: Add it.
lib/am/check.am
tests/list-of-tests.mk
tests/parallel-tests-dryrun.test [new file with mode: 0755]