]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: automatize generation of dependencies for tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 08:41:24 +0000 (10:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 09:44:55 +0000 (11:44 +0200)
commite4777b8dc1a2c22247c6fc251bca06ee1d5acefe
tree9f6e2567e8e23078921668e04da57dcda8f73f4b
parent87fdf3a085980e3e7768909301ca2b711d33e429
testsuite: automatize generation of dependencies for tests

* tests/gen-test-deps: New script, automatically generates
dependencies for the tests.
* tests/Makefile.am (EXTRA_DIST): Distribute it.
($(srcdir)/tests-deps.am): New rule.
(include $(srcdir)/tests-deps.am): New inclusion.
Remove hand-written dependencies for tests.  Other related
updates.
* tests/list-of-tests (tap_with_common_setup_TESTS,
tap_other_TESTS): Delete, their content merged back into ...
(handwritten_TESTS): ... this.
* tests/.gitignore (tests-deps.am): New ignored file.
* bootstrap: Generate `tests/tests-deps.am'.
ChangeLog
bootstrap
tests/.gitignore
tests/Makefile.am
tests/Makefile.in
tests/gen-tests-deps [new file with mode: 0755]
tests/list-of-tests.mk