tests: expose $(am__dry_run) limitations
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 17 Feb 2012 09:57:37 +0000 (10:57 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 17 Feb 2012 09:57:37 +0000 (10:57 +0100)
commit0f858eabaed9377bb4c0cf62fec44237528f9728
treeebb93f8c122cf4ae0805aea1fa950d153b965c6d
parente5da4fbf4a1fad91b3b25e1b86b563bfa793ab0e
tests: expose $(am__dry_run) limitations

Currently, the internal $(am__dry_run) macro can fail in weird ways
when $(MAKEFLAGS) contains shell metacharacters.  Let's expose this
limitation in the testsuite (and fix a couple of related weaknesses
since we are at it).

* tests/make-dryrun.test: Moved ...
* tests/make-dryrun.tap: ... here, converted to TAP, and extended to
expose the described limitations.  Also ...
(am_parallel_tests): Define this so that the 'gen-testsuite-part'
script won't generate a useless wrapper script.
* test/list-of-tests.mk: Update.
tests/list-of-tests.mk
tests/make-dryrun.tap [new file with mode: 0755]
tests/make-dryrun.test [deleted file]