From ea44d8d88016c8121537ceffcb9af47debc4d879 Mon Sep 17 00:00:00 2001 From: David Dehaven Date: Wed, 12 Aug 2015 13:10:16 -0700 Subject: [PATCH] 8130929: Enable deployment tests in build system Reviewed-by: erikj, tbell, dtitov --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile b/test/Makefile index 64d93fc929a..e86b1c7aa7b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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_,,$@))