changeset 20203:4ca77b815015

Merge
author amurillo
date Wed, 16 Jul 2014 16:45:17 -0700
parents c55d012dd067 (current diff) 637e659fb097 (diff)
children d22136881b85
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Fri Jul 11 00:19:54 2014 -0700
+++ b/test/Makefile	Wed Jul 16 16:45:17 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)