hotspot/test/Makefile
changeset 24433 492c1fb41098
parent 22234 da823d78ad65
child 25628 ca4c7cff1573
--- 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)