[FYI] maint: move definition of XFAIL_TESTS near TESTS

2012-03-21 Thread Stefano Lattarini
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):

[FYI] {master} fixup: bootstrapping issues with 'list-of-tests.mk'

2012-03-21 Thread Stefano Lattarini
* tests/list-of-tests.mk: This file is expected to be executed directly with make from the bootstrap script, so we can't use Automake '##' comments after line continuations. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- tests/list-of-tests.mk | 21 - 1