8130929: Enable deployment tests in build system
authorddehaven
Wed, 12 Aug 2015 13:10:16 -0700
changeset 32565 77ad9375337e
parent 32341 3c9f5bd909ae
child 32566 1b91995d38a7
8130929: Enable deployment tests in build system Reviewed-by: erikj, tbell, dtitov
test/Makefile
--- a/test/Makefile	Wed Jul 05 20:47:29 2017 +0200
+++ b/test/Makefile	Wed Aug 12 13:10:16 2015 -0700
@@ -57,6 +57,9 @@
 # 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_,,$@))