mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8139271: Add top-level Makefile target to run hotspots jtreg tests
Reviewed-by: ihse, erikj
This commit is contained in:
parent
54e4c9c90c
commit
ab8fe0b0b2
1 changed files with 7 additions and 2 deletions
|
@ -301,6 +301,9 @@ ALL_TARGETS += prepare-test-image build-test-hotspot-jtreg-native \
|
||||||
test:
|
test:
|
||||||
$(call RunTests, $(TEST))
|
$(call RunTests, $(TEST))
|
||||||
|
|
||||||
|
test-hotspot-jtreg:
|
||||||
|
$(call RunTests, "hotspot_all")
|
||||||
|
|
||||||
test-hotspot-jtreg-native:
|
test-hotspot-jtreg-native:
|
||||||
$(call RunTests, "hotspot_native_sanity")
|
$(call RunTests, "hotspot_native_sanity")
|
||||||
|
|
||||||
|
@ -313,8 +316,8 @@ test-jdk-jtreg-native:
|
||||||
test-make:
|
test-make:
|
||||||
($(CD) $(SRC_ROOT)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk $(TEST_TARGET))
|
($(CD) $(SRC_ROOT)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk $(TEST_TARGET))
|
||||||
|
|
||||||
ALL_TARGETS += test test-hotspot-jtreg-native test-hotspot-internal \
|
ALL_TARGETS += test test-hotspot-jtreg test-hotspot-jtreg-native \
|
||||||
test-jdk-jtreg-native test-make
|
test-hotspot-internal test-jdk-jtreg-native test-make
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Verification targets
|
# Verification targets
|
||||||
|
@ -475,6 +478,8 @@ else
|
||||||
|
|
||||||
test-hotspot-internal: exploded-image
|
test-hotspot-internal: exploded-image
|
||||||
|
|
||||||
|
test-hotspot-jtreg: jimages test-image
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue