make/Help.gmk
changeset 48078 94a38ebbc9bb
parent 47740 fbf7a51ce32f
child 49979 b70281f5146e
child 55967 e2c47e2db0a5
child 56362 6230fcdd4fd8
--- a/make/Help.gmk	Wed Dec 06 02:09:08 2017 -0800
+++ b/make/Help.gmk	Wed Dec 06 13:45:46 2017 +0100
@@ -115,6 +115,13 @@
         # We need a dummy rule otherwise make will complain
 	@true
 
-ALL_GLOBAL_TARGETS := help print-configurations
+# This is not really a "help" target, but it is a global target, and those are
+# all contained in this file.
+run-test-prebuilt:
+	@( cd $(topdir) && \
+	    $(MAKE) --no-print-directory -r -R -I make/common/ -f make/RunTestsPrebuilt.gmk \
+	    run-test-prebuilt TEST="$(TEST)" )
+
+ALL_GLOBAL_TARGETS := help print-configurations run-test-prebuilt
 
 .PHONY: $(ALL_GLOBAL_TARGETS)