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

index c480fc6e690fb5cf9ad9e0157cf7ceec0414b48f..89f6bdce1ced2491ed3a0f9f932615366bfa217d 100644 (file)
@@ -31,7 +31,8 @@ am.conf.using-parallel-tests := yes
 am__is_xfail_test = \
   $(if $(filter-out $(am__xfail_test_bases), \
                     $(patsubst $(srcdir)/%,%,$(1))),no,yes)
-am__runtest = \
+
+am.test-suite.runtest = \
   $(am.test-suite.tty-colors);                                         \
   srcdir=$(srcdir); export srcdir;                                     \
 ## Creates the directory for the log file if needed.  Avoid extra forks.
@@ -72,12 +73,12 @@ am__tpfx = \
 !$$(call am__tpfx,$1)LOG_DRIVER ?= $(SHELL) $(am.conf.aux-dir)/test-driver
 !
 !%.log %.trs: %$1 $$($$(call am__tpfx,$1)LOG_DEPENDENCIES)
-!      @$$(call am__runtest,$$(call am__tpfx,$1))
+!      @$$(call am.test-suite.runtest,$$(call am__tpfx,$1))
 !
 !ifeq ($(am.conf.handle-exeext),yes)
 !ifdef EXEEXT
 !%.log %.trs: %$1$(EXEEXT) $$($$(call am__tpfx,$1)LOG_DEPENDENCIES)
-!      @$$(call am__runtest,$$(call am__tpfx,$1))
+!      @$$(call am.test-suite.runtest,$$(call am__tpfx,$1))
 !endif # defined EXEEXT
 !endif # am.conf.handle-exeext = yes
 !