Merge
authorctornqvi
Mon, 12 May 2014 18:45:09 +0000
changeset 24434 ec078799489e
parent 24432 482afb00f089 (current diff)
parent 24433 492c1fb41098 (diff)
child 24436 c91bfb1a91a7
Merge
--- a/hotspot/test/Makefile	Mon May 12 13:12:30 2014 -0400
+++ b/hotspot/test/Makefile	Mon May 12 18:45:09 2014 +0000
@@ -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)