From f0b036aabcd3731cb010d7ecbeceec4648cc5450 Mon Sep 17 00:00:00 2001 From: Dmitrij Pochepko Date: Sat, 20 Jun 2015 11:24:07 +0300 Subject: [PATCH] 8098834: Update jprt.properties with property listing tests subtrees Reviewed-by: dholmes --- make/jprt.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/jprt.properties b/make/jprt.properties index ef3a45d000e..2cebf5f412b 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -45,6 +45,9 @@ jprt.sync.push=${my.is.hotspot.job ? false : true} # Directories to be excluded from the source bundles jprt.bundle.exclude.src.dirs=build dist webrev +# Regression tests subtrees to use +jprt.test.src.directories=./test,./hotspot/test,./jdk/test,./langtools/test + # Use configure when building jprt.build.use.configure=true