jdk/test/Makefile
changeset 22858 f4a6f0eba875
parent 21809 8afe7ed13ed9
child 27954 d2c87a8d2f37
equal deleted inserted replaced
22857:2167396cfc83 22858:f4a6f0eba875
   248 $(ECHO) "########################################################"
   248 $(ECHO) "########################################################"
   249 endef
   249 endef
   250 
   250 
   251 # ------------------------------------------------------------------
   251 # ------------------------------------------------------------------
   252 
   252 
   253 jdk_%:
   253 jdk_% core_% svc_%:
   254 	$(ECHO) "Running tests: $@"
   254 	$(ECHO) "Running tests: $@"
   255 	for each in $@; do \
   255 	for each in $@; do \
   256 	        $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \
   256 	        $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \
   257 	done
   257 	done
   258 
   258