changeset 1644:909bcc7a8852

8130929: Enable deployment tests in build system Reviewed-by: erikj, tbell, dtitov
author ddehaven
date Wed, 12 Aug 2015 13:10:16 -0700
parents f7c5ae2933c0
children 440d438e12e8
files test/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Thu Aug 27 13:21:37 2015 -0700
+++ 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_,,$@))