8130929: Enable deployment tests in build system

Reviewed-by: erikj, tbell, dtitov
This commit is contained in:
David Dehaven 2015-08-12 13:10:16 -07:00
parent 44c8b13d11
commit ea44d8d880

View File

@ -57,6 +57,9 @@ default: jdk_core langtools_jtreg jaxp_all
# All testing
all: jdk_all langtools_all jaxp_all
# Bring in closed test targets if present
-include $(TOPDIR)/closed/test/Makefile
# Test targets
langtools_% :
@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))