aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoralanb <none@none>2013-11-19 14:11:59 +0000
committeralanb <none@none>2013-11-19 14:11:59 +0000
commitb458319fa25d900f2f6e11d8b3864b1de70c75a9 (patch)
treef4d2620920364373970666baefd496921bc3aa1a /test
parent2ea36f14482899ed83219b5bdb14ff2a56972674 (diff)
8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
Reviewed-by: dholmes, sla, tbell
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index af84275..08b91bf 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -59,7 +59,7 @@ all: jdk_all langtools_all
langtools_% :
@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
-jdk_% :
+jdk_% core_%s svc_%:
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)
################################################################