automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 18/19] [ng] rename: am__is_xfail_test -> -> am.test


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 18/19] [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail
Date: Fri, 27 Jul 2012 15:10:35 +0200

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

diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index d3348e5..e2ca4d3 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -28,7 +28,7 @@ include color-tests.am
 ## Used by (at least) 'check-typos.am'.
 am.conf.using-parallel-tests := yes
 
-am__is_xfail_test = \
+am.test-suite.is-xfail = \
   $(if $(filter-out $(am.test-suite.xfail-test-bases), \
                     $(patsubst $(srcdir)/%,%,$(1))),no,yes)
 
@@ -52,7 +52,7 @@ am.test-suite.runtest = \
   --trs-file $*.trs                                                    \
   --color-tests "$$am__color_tests"                                    \
   --enable-hard-errors $(if $(DISABLE_HARD_ERRORS),no,yes)             \
-  --expect-failure $(call am__is_xfail_test,$*)                                
\
+  --expect-failure $(call am.test-suite.is-xfail,$*)                   \
   $(AM_$(1)LOG_DRIVER_FLAGS)                                           \
   $($(1)LOG_DRIVER_FLAGS)                                              \
   --                                                                   \
-- 
1.7.12.rc0




reply via email to

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