test/Makefile
changeset 21760 9f542d8601a8
parent 19522 9369c2c7a4d9
child 24419 b06dcd11db3f
--- a/test/Makefile	Thu Nov 14 10:53:23 2013 +0100
+++ b/test/Makefile	Tue Nov 19 14:11:59 2013 +0000
@@ -59,7 +59,7 @@
 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="$@" $@)
 
 ################################################################