author | mikael |
Mon, 12 May 2014 06:17:05 -0700 | |
changeset 24433 | 492c1fb41098 |
parent 24431 | 3ffc38ad9083 |
child 24434 | ec078799489e |
--- 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)