< prev index next >

make/Help.gmk

Print this page
rev 53155 : Add support for running microbenchmarks using run-test.

@@ -117,10 +117,10 @@
 # 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)" )
+            run-test-prebuilt CUSTOM_MAKE_DIR=$(CUSTOM_MAKE_DIR) TEST="$(TEST)" )
 
 ALL_GLOBAL_TARGETS := help print-configurations run-test-prebuilt
 
 .PHONY: $(ALL_GLOBAL_TARGETS)
< prev index next >