test/Makefile

changeset 6916
637e659fb097
parent 6198
55fb97c4c58d
child 7204
97ad90b2712c
     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