hotspot/test/Makefile
changeset 33588 13edf132ffa0
parent 30595 1416b16e7f55
child 35505 2babb060aaf2
equal deleted inserted replaced
33587:c04a7462b0e6 33588:13edf132ffa0
   241 # Unless explicitly defined below, hotspot_<x> is interpreted as a jtreg test group name
   241 # Unless explicitly defined below, hotspot_<x> is interpreted as a jtreg test group name
   242 hotspot_%:
   242 hotspot_%:
   243 	$(ECHO) "Running tests: $@"
   243 	$(ECHO) "Running tests: $@"
   244 	$(MAKE) -j 1 TEST_SELECTION=":$@" UNIQUE_DIR=$@ jtreg_tests;
   244 	$(MAKE) -j 1 TEST_SELECTION=":$@" UNIQUE_DIR=$@ jtreg_tests;
   245 
   245 
       
   246 hotspot_internal:
       
   247 	$(ALT_OUTPUTDIR)/jdk/bin/java -XX:+ExecuteInternalVMTests -XX:+ShowMessageBoxOnError -version
       
   248 
   246 # Prep for output
   249 # Prep for output
   247 prep: clean
   250 prep: clean
   248 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
   251 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
   249 	@$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)`
   252 	@$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)`
   250 
   253