[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 19/19] [ng] cosmetics: improve a comment
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 19/19] [ng] cosmetics: improve a comment |
Date: |
Fri, 27 Jul 2012 15:10:36 +0200 |
* lib/am/parallel-tests.am (am.test-suite.test-bases): About this variable.
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/am/parallel-tests.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index e2ca4d3..ac62fbc 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -277,7 +277,9 @@ END { \
# Restructured Text title.
am.test-suite.rst-title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' &&
echo; }
-# This supports runtime overriding of $(TESTS) and $(XFAIL_TESTS).
+# These support runtime overriding of $(TESTS) and $(XFAIL_TESTS).
+# The first one must be left overridable (hence the definition with '?=',
+# because the 'recheck' target need to override it (and in a tricky way).
!am.test-suite.test-bases ?= \
! $(call am.memoize,am.test-suite.test-bases,$(call
am.test-suite.get-test-bases,$(TESTS)))
am.test-suite.xfail-test-bases = \
--
1.7.12.rc0
- [Automake-NG] [PATCH 07/19] [ng] rename: am.test-harness.* -> am.test-suite.*, (continued)
- [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, 2012/07/27
- [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 <=
- Re: [Automake-NG] [FYI 00/19] [ng] Several renaming patches, Akim Demaille, 2012/07/27