提交 35e93567 编写于 作者: E ehelin

8139256: Add Makefile target to run internal VM tests

Reviewed-by: erikj, ihse
上级 fb2a2d5b
......@@ -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
################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册