# HG changeset patch # User mikael # Date 1399900625 25200 # Node ID 492c1fb41098be257e0e57e4422aee2187f5eebb # Parent 3ffc38ad9083a99ce8a10c3de6f9d62a804fb90c 8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj diff -r 3ffc38ad9083 -r 492c1fb41098 hotspot/test/Makefile --- a/hotspot/test/Makefile Mon May 12 15:50:20 2014 +0000 +++ b/hotspot/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)