# 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 = \