maint: move definition of XFAIL_TESTS near TESTS
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 21 Mar 2012 19:30:52 +0000 (20:30 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 21 Mar 2012 19:30:52 +0000 (20:30 +0100)
commitabf40ce23d53ae93e995d3b85398ec11d8d59706
treee9556b4105137ddb384dfe13b60ca85c77c49e19
parent45ffbe9f8746224daf11a3980d69b10fc0520384
maint: move definition of XFAIL_TESTS near TESTS

The $(TESTS) variable is defined in file 'tests/list-of-tests.mk',
while the $(XFAIL_TESTS) variable is defined in 'tests/Makefile.am'.
This means that when a new xfailing test is to be added, two files
must be touched; this is suboptimal and slightly confusing.

* tests/Makefile.am (XFAIL_TESTS): Definition moved ...
* tests/list-of-tests.mk: ... here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/Makefile.am
tests/list-of-tests.mk