automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 16/19] [ng] rename: am__xfail_test_bases -> am.test


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 16/19] [ng] rename: am__xfail_test_bases -> am.test-suite.xfail-test-bases
Date: Fri, 27 Jul 2012 15:10:33 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/parallel-tests.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 439bd34..adabb40 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -29,7 +29,7 @@ include color-tests.am
 am.conf.using-parallel-tests := yes
 
 am__is_xfail_test = \
-  $(if $(filter-out $(am__xfail_test_bases), \
+  $(if $(filter-out $(am.test-suite.xfail-test-bases), \
                     $(patsubst $(srcdir)/%,%,$(1))),no,yes)
 
 am.test-suite.runtest = \
@@ -280,8 +280,8 @@ am.test-suite.rst-title = { sed 's/.*/   &   
/;h;s/./=/g;p;x;s/ *$$//;p;g' && ec
 # This supports runtime overriding of $(TESTS) and $(XFAIL_TESTS).
 !am__test_bases ?= \
 !  $(call am.memoize,am__test_bases,$(call 
am.test-suite.get-test-bases,$(TESTS)))
-am__xfail_test_bases = \
-  $(call am.memoize,am__xfail_test_bases,$(call 
am.test-suite.get-test-bases,$(XFAIL_TESTS)))
+am.test-suite.xfail-test-bases = \
+  $(call am.memoize,am.test-suite.xfail-test-bases,$(call 
am.test-suite.get-test-bases,$(XFAIL_TESTS)))
 
 # The $(strip) is to work around the GNU make 3.80 bug where trailing
 # whitespace in "TESTS = foo.test $(empty)" causes $(TESTS_LOGS) to
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]