# HG changeset patch # User mikael # Date 1399900625 25200 # Node ID 637e659fb09777357a88918d45bd4495a171bd1c # Parent b67a3f81b6308414339842e3e58fb4ad216e2449 8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj diff -r b67a3f81b630 -r 637e659fb097 test/Makefile --- a/test/Makefile Fri Jun 27 11:07:23 2014 +0100 +++ b/test/Makefile Mon May 12 06:17:05 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)