diff --git a/test/Makefile b/test/Makefile index f29ef326c1ddb089b6df50840175218454138f83..f81cc8d64df6b5fde19866af38b13ffeeb0e20b8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -147,6 +147,11 @@ BUNDLE_UP_FAILED = ( exitCode=$$? && $(BUNDLE_UP) && exit $${exitCode} ) all: jtreg_tests @$(ECHO) "Testing completed successfully" +# Support "hotspot_" prefixed test make targets too +# The hotspot_% targets are for example invoked by the top level Makefile +hotspot_%: + $(MAKE) $* + # Prep for output prep: clean @$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)