jdk/test/Makefile
changeset 21809 8afe7ed13ed9
parent 21643 dd4f80b0590d
child 27954 d2c87a8d2f37
--- a/jdk/test/Makefile	Tue Nov 19 13:46:51 2013 +0000
+++ b/jdk/test/Makefile	Tue Nov 19 14:08:28 2013 +0000
@@ -250,7 +250,7 @@
 
 # ------------------------------------------------------------------
 
-jdk_%:
+jdk_% core_% svc_%:
 	$(ECHO) "Running tests: $@"
 	for each in $@; do \
 	        $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \