提交 f0a4f506 编写于 作者: E ehelin

8139271: Add top-level Makefile target to run hotspots jtreg tests

Reviewed-by: ihse, erikj
上级 35e93567
......@@ -301,6 +301,9 @@ ALL_TARGETS += prepare-test-image build-test-hotspot-jtreg-native \
test:
$(call RunTests, $(TEST))
test-hotspot-jtreg:
$(call RunTests, "hotspot_all")
test-hotspot-jtreg-native:
$(call RunTests, "hotspot_native_sanity")
......@@ -313,8 +316,8 @@ test-jdk-jtreg-native:
test-make:
($(CD) $(SRC_ROOT)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk $(TEST_TARGET))
ALL_TARGETS += test test-hotspot-jtreg-native test-hotspot-internal \
test-jdk-jtreg-native test-make
ALL_TARGETS += test test-hotspot-jtreg test-hotspot-jtreg-native \
test-hotspot-internal test-jdk-jtreg-native test-make
################################################################################
# Verification targets
......@@ -475,6 +478,8 @@ else
test-hotspot-internal: exploded-image
test-hotspot-jtreg: jimages test-image
endif
################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册