mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8139256: Add Makefile target to run internal VM tests
Reviewed-by: erikj, ihse
This commit is contained in:
parent
e30672b37d
commit
54e4c9c90c
1 changed files with 7 additions and 1 deletions
|
@ -304,13 +304,17 @@ test:
|
||||||
test-hotspot-jtreg-native:
|
test-hotspot-jtreg-native:
|
||||||
$(call RunTests, "hotspot_native_sanity")
|
$(call RunTests, "hotspot_native_sanity")
|
||||||
|
|
||||||
|
test-hotspot-internal:
|
||||||
|
$(call RunTests, "hotspot_internal")
|
||||||
|
|
||||||
test-jdk-jtreg-native:
|
test-jdk-jtreg-native:
|
||||||
$(call RunTests, "jdk_native_sanity")
|
$(call RunTests, "jdk_native_sanity")
|
||||||
|
|
||||||
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-jdk-jtreg-native test-make
|
ALL_TARGETS += test test-hotspot-jtreg-native test-hotspot-internal \
|
||||||
|
test-jdk-jtreg-native test-make
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Verification targets
|
# Verification targets
|
||||||
|
@ -469,6 +473,8 @@ else
|
||||||
|
|
||||||
test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
|
test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
|
||||||
|
|
||||||
|
test-hotspot-internal: exploded-image
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue