8139256: Add Makefile target to run internal VM tests
Reviewed-by: erikj, ihse
This commit is contained in:
parent
e30672b37d
commit
54e4c9c90c
@ -304,13 +304,17 @@ test:
|
||||
test-hotspot-jtreg-native:
|
||||
$(call RunTests, "hotspot_native_sanity")
|
||||
|
||||
test-hotspot-internal:
|
||||
$(call RunTests, "hotspot_internal")
|
||||
|
||||
test-jdk-jtreg-native:
|
||||
$(call RunTests, "jdk_native_sanity")
|
||||
|
||||
test-make:
|
||||
($(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
|
||||
@ -469,6 +473,8 @@ else
|
||||
|
||||
test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
|
||||
|
||||
test-hotspot-internal: exploded-image
|
||||
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user