]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: move list of tests in its own Makefile fragment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 20:07:44 +0000 (21:07 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 20:14:31 +0000 (21:14 +0100)
commit086aca14a4442df10002b23f57e57e8526d4a9a1
tree7304542d8f0cd2d9f9f4b889642c0691f0b54f5a
parent17542c3cd03c70b462eb134b565ed4698a9bff54
tests: move list of tests in its own Makefile fragment

This change will make it easier to merge maint into master, which
has a similar Makefile setup in the testsuite.

* tests/Makefile.am (include): Inclusion of ...
* tests/list-of-tests.mk: ... this new file.
* tests/Makefile.am (TESTS): Move most of its content into,
and redefine in function of ...
* tests/list-of-tests.mk (handwritten_TESTS): ... this new
variable.
* tests/gen-parallel-tests: Update.
tests/Makefile.am
tests/gen-parallel-tests
tests/list-of-tests.mk [new file with mode: 0644]