# HG changeset patch # User alanb # Date 1384870108 0 # Node ID 8afe7ed13ed9f4ab0758342143167deadc9e4474 # Parent 8dc7dc3253f0e86ef7403589eda2f055b962d4e7 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests Reviewed-by: dholmes, sla, tbell diff -r 8dc7dc3253f0 -r 8afe7ed13ed9 jdk/test/Makefile --- 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; \