comparison test/Makefile @ 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 55fb97c4c58d
children 97ad90b2712c
comparison
equal deleted inserted replaced
20185:b67a3f81b630 20202:637e659fb097
145 145
146 # Default make rule (runs jtreg_tests) 146 # Default make rule (runs jtreg_tests)
147 all: jtreg_tests 147 all: jtreg_tests
148 @$(ECHO) "Testing completed successfully" 148 @$(ECHO) "Testing completed successfully"
149 149
150 # Support "hotspot_" prefixed test make targets too
151 # The hotspot_% targets are for example invoked by the top level Makefile
152 hotspot_%:
153 $(MAKE) $*
154
150 # Prep for output 155 # Prep for output
151 prep: clean 156 prep: clean
152 @$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR) 157 @$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
153 @$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)` 158 @$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)`
154 159