changeset 1646:58120200dfa4

Merge
author prr
date Mon, 14 Sep 2015 09:33:37 -0700
parents 440d438e12e8 (diff) 42b56d1f4185 (current diff)
children 5e2e32545763
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Fri Sep 11 12:59:45 2015 -0700
+++ b/test/Makefile	Mon Sep 14 09:33:37 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_,,$@))