mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8042804: Support invoking Hotspot tests from top level
Reviewed-by: sla, erikj
This commit is contained in:
parent
fc1a61a3df
commit
f8bbbb68e6
1 changed files with 5 additions and 0 deletions
|
@ -147,6 +147,11 @@ BUNDLE_UP_FAILED = ( exitCode=$$? && $(BUNDLE_UP) && exit $${exitCode} )
|
||||||
all: jtreg_tests
|
all: jtreg_tests
|
||||||
@$(ECHO) "Testing completed successfully"
|
@$(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 for output
|
||||||
prep: clean
|
prep: clean
|
||||||
@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
|
@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue