]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] deptrack: increase testsuite coverage
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jan 2012 21:18:04 +0000 (22:18 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jan 2012 09:36:16 +0000 (10:36 +0100)
commit8ac4902c3536b8af4a132e16c982bc864bd1f3cb
tree2dd4d78715dda4b827e515077e5e7eaf8759854c
parent4b80b05c22b13e99499c2e96ca67653779b9c27a
[ng] deptrack: increase testsuite coverage

This will be useful in the soon-to-appear refactoring to the code
supporting automatic dependency tracking.

* tests/depcomp-recover.test: New test, still xfailing.
* tests/Makefile.am (XFAIL_TESTS): Add it.
* tests/depcomp-shuffle.sh: New helper script, sourced by ...
* tests/depcomp-shuffle-so.test, tests/depcomp-shuffle-vpath.test,
* tests/depcomp-shuffle.test, tests/depcomp-shuffle-so-vpath.test:
... these new tests.
* tests/list-of-tests.mk: Add all the new tests.
* tests/gen-testsuite-part ($deps_extractor[depcomp_shuffle]): Also
compute dependencies for the new tests.
tests/Makefile.am
tests/depcomp-recover.test [new file with mode: 0755]
tests/depcomp-shuffle-sub-vpath.test [new file with mode: 0755]
tests/depcomp-shuffle-sub.test [new file with mode: 0755]
tests/depcomp-shuffle-vpath.test [new file with mode: 0755]
tests/depcomp-shuffle.sh [new file with mode: 0755]
tests/depcomp-shuffle.test [new file with mode: 0755]
tests/gen-testsuite-part
tests/list-of-tests.mk