]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:20:31 +0000 (14:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:20:31 +0000 (14:20 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/parallel-tests.am

index 89f6bdce1ced2491ed3a0f9f932615366bfa217d..4fab059c10d0ece819e1abfe520bd7ed6469ab31 100644 (file)
@@ -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