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 21:52:33 +0000 (22:52 +0100)
commit9d9f00ed0e3a21b4537c21280b81f6b9f0ae15bd
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]