hotspot/test/Makefile
changeset 24433 492c1fb41098
parent 22234 da823d78ad65
child 25628 ca4c7cff1573
equal deleted inserted replaced
24431:3ffc38ad9083 24433:492c1fb41098
   145 
   145 
   146 # Default make rule (runs jtreg_tests)
   146 # Default make rule (runs jtreg_tests)
   147 all: jtreg_tests
   147 all: jtreg_tests
   148 	@$(ECHO) "Testing completed successfully"
   148 	@$(ECHO) "Testing completed successfully"
   149 
   149 
       
   150 # Support "hotspot_" prefixed test make targets too
       
   151 # The hotspot_% targets are for example invoked by the top level Makefile
       
   152 hotspot_%:
       
   153 	$(MAKE) $*
       
   154 
   150 # Prep for output
   155 # Prep for output
   151 prep: clean
   156 prep: clean
   152 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
   157 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
   153 	@$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)`
   158 	@$(MKDIR) -p `dirname $(ARCHIVE_BUNDLE)`
   154 
   159