< prev index next >

make/Help.gmk

Print this page

        

@@ -113,8 +113,15 @@
 print-configurations:
         $(foreach var, $(all_confs), $(info $(var)))
         # 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)
< prev index next >