8042804: Support invoking Hotspot tests from top level

Mon, 12 May 2014 06:17:05 -0700

author
mikael
date
Mon, 12 May 2014 06:17:05 -0700
changeset 6916
637e659fb097
parent 6899
b67a3f81b630
child 6917
4ca77b815015

8042804: Support invoking Hotspot tests from top level
Reviewed-by: sla, erikj

test/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile	Fri Jun 27 11:07:23 2014 +0100
     1.2 +++ b/test/Makefile	Mon May 12 06:17:05 2014 -0700
     1.3 @@ -147,6 +147,11 @@
     1.4  all: jtreg_tests
     1.5  	@$(ECHO) "Testing completed successfully"
     1.6  
     1.7 +# Support "hotspot_" prefixed test make targets too
     1.8 +# The hotspot_% targets are for example invoked by the top level Makefile
     1.9 +hotspot_%:
    1.10 +	$(MAKE) $*
    1.11 +
    1.12  # Prep for output
    1.13  prep: clean
    1.14  	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)

mercurial