# HG changeset patch # User amurillo # Date 1405554317 25200 # Node ID 4ca77b81501538fabc2f84ff3586ad7092e44281 # Parent c55d012dd067ea69c3221dc0aef0fc9d1933d65d# Parent 637e659fb09777357a88918d45bd4495a171bd1c Merge diff -r c55d012dd067 -r 4ca77b815015 test/Makefile --- a/test/Makefile Fri Jul 11 00:19:54 2014 -0700 +++ b/test/Makefile Wed Jul 16 16:45:17 2014 -0700 @@ -147,6 +147,11 @@ all: jtreg_tests @$(ECHO) "Testing completed successfully" +# Support "hotspot_" prefixed test make targets too +# The hotspot_% targets are for example invoked by the top level Makefile +hotspot_%: + $(MAKE) $* + # Prep for output prep: clean @$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)