[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 13/19] [ng] rename: am__handle_per_suffix_test -> a
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 13/19] [ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix |
Date: |
Fri, 27 Jul 2012 15:10:30 +0200 |
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/am/parallel-tests.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 89f6bdc..4fab059 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -66,7 +66,7 @@ am.test-suite.runtest = \
am__tpfx = \
$(if $1,$(call am.util.toupper,$(patsubst .%,%_,$1)))
-!define am__handle_per_suffix_test
+!define am.test-suite.handle-suffix
!
## FIXME: This will pick up the default from the environment; are we sure
## FIXME: we want that?
@@ -82,7 +82,7 @@ am__tpfx = \
!endif # defined EXEEXT
!endif # am.conf.handle-exeext = yes
!
-!endef # am__handle_per_suffix_test
+!endef # am.test-suite.handle-suffix
!
## FIXME: this will pick up the default from the environment; are we sure
## FIXME: we want that?
@@ -90,14 +90,14 @@ am__tpfx = \
!$(foreach e,$(filter-out .%,$(TEST_EXTENSIONS)),\
! $(call am.error,invalid test extension: '$e'))
!$(foreach e,$(TEST_EXTENSIONS), \
-! $(eval $(call am__handle_per_suffix_test,$e)))
+! $(eval $(call am.test-suite.handle-suffix,$e)))
## It is *imperative* that the "empty" suffix goes last. Otherwise, a
## declaration like "TESTS = all.test" would cause GNU make to mistakenly
## try to build the 'all.log' and 'all.trs' files from a non-existent
## 'all' program (because the Makefile contains an explicit 'all' target,
## albeit .PHONY), rather than from the 'all.test' script, thus causing
## all sort of mishaps and confusion.
-!$(eval $(call am__handle_per_suffix_test))
+!$(eval $(call am.test-suite.handle-suffix))
# The names of the given tests scripts with any possible registered
# test extension removed, as well as any leading '$(srcdir)' component
--
1.7.12.rc0
- [Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.test-suite.create-global-log, (continued)
- [Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.test-suite.create-global-log, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 05/19] [ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 12/19] [ng] rename: am__runtest -> am.test-suite.runtest, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 09/19] [ng] rename: am__rst_title -> am.test-suite.rst-title, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 07/19] [ng] rename: am.test-harness.* -> am.test-suite.*, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 06/19] [ng] rename: am__list_recheck_tests -> am.test-suite.list-tests-to-recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 14/19] [ng] rename: am__count_test_result -> am.test-suite.count-results, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 10/19] [ng] rename: am__tty_colors -> am.test-suite.tty-colors, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 11/19] [ng] cosmetics: update a couple of outdated references in comments, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 17/19] [ng] rename: am__test_* -> am.test-suite.test-*, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 13/19] [ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix,
Stefano Lattarini <=
- [Automake-NG] [PATCH 15/19] [ng] rename: am__get_test_bases -> am.test-suite.get-test-bases, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 16/19] [ng] rename: am__xfail_test_bases -> am.test-suite.xfail-test-bases, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 18/19] [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 19/19] [ng] cosmetics: improve a comment, Stefano Lattarini, 2012/07/27
- Re: [Automake-NG] [FYI 00/19] [ng] Several renaming patches, Akim Demaille, 2012/07/27