Signed-off-by: Stefano Lattarini <[email protected]>
---
 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 cd7fa27..439bd34 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -108,7 +108,7 @@ am__tpfx = \
 #   TESTS = $(wildcard $(srcdir)/t[0-9][0-9]*.sh)
 # where removing the $(srcdir) from the $(wildcard) invocation would
 # cause the idiom to break in VPATH builds.
-am__get_test_bases = $(patsubst $(srcdir)/%,%,$(strip \
+am.test-suite.get-test-bases = $(patsubst $(srcdir)/%,%,$(strip \
 $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 ?!HANDLE-EXEEXT?             $(1))))
 ?HANDLE-EXEEXT?              $(patsubst %$(EXEEXT),%,$(1)))))
@@ -279,9 +279,9 @@ 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__get_test_bases,$(TESTS)))
+!  $(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__get_test_bases,$(XFAIL_TESTS)))
+  $(call am.memoize,am__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