From abf40ce23d53ae93e995d3b85398ec11d8d59706 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 21 Mar 2012 20:30:52 +0100 Subject: [PATCH] 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 --- tests/Makefile.am | 17 ----------------- tests/list-of-tests.mk | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index b2a8e05..e8feaa3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,23 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -XFAIL_TESTS = \ -all.test \ -auxdir2.test \ -cond17.test \ -dist-auxfile.test \ -dist-auxfile-2.test \ -dist-pr109765.test \ -gcj6.test \ -instdir-cond2.test \ -java-nobase.test \ -objext-pr10128.test \ -pr8365-remake-timing.test \ -lex-subobj-nodep.test \ -remake-am-pr10111.test \ -remake-m4-pr10111.test \ -txinfo5.test - include $(srcdir)/parallel-tests.am $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am diff --git a/tests/list-of-tests.mk b/tests/list-of-tests.mk index 3280833..58f1e82 100644 --- a/tests/list-of-tests.mk +++ b/tests/list-of-tests.mk @@ -17,6 +17,23 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . +XFAIL_TESTS = \ +all.test \ +auxdir2.test \ +cond17.test \ +dist-auxfile.test \ +dist-auxfile-2.test \ +dist-pr109765.test \ +gcj6.test \ +instdir-cond2.test \ +java-nobase.test \ +objext-pr10128.test \ +pr8365-remake-timing.test \ +lex-subobj-nodep.test \ +remake-am-pr10111.test \ +remake-m4-pr10111.test \ +txinfo5.test + perl_TESTS = \ pm/Condition.pl \ pm/Condition-t.pl \ -- 2.7.4