changeset 20202:637e659fb097

8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj
author mikael
date Mon, 12 May 2014 06:17:05 -0700
parents b67a3f81b630
children 4ca77b815015
files test/Makefile
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Fri Jun 27 11:07:23 2014 +0100
+++ b/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)