# HG changeset patch # User mikael # Date 1399900596 25200 # Node ID de71433b576a3223fab2576dbf7ff276f93127e0 # Parent 2eec717223fbe39a956e13c621515bd11b6da35d 8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj diff -r 2eec717223fb -r de71433b576a test/Makefile --- a/test/Makefile Thu Jul 10 15:52:04 2014 -0700 +++ b/test/Makefile Mon May 12 06:16:36 2014 -0700 @@ -33,6 +33,7 @@ # This makefile depends on the availability of sibling directories. LANGTOOLS_DIR=$(TOPDIR)/langtools JDK_DIR=$(TOPDIR)/jdk +HOTSPOT_DIR=$(TOPDIR)/hotspot # Macro to run a test target in a subdir define SUBDIR_TEST # subdirectory target @@ -62,6 +63,9 @@ jdk_% core_%s svc_%: @$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@) +hotspot_%: + @$(NO_STOPPING)$(call SUBDIR_TEST, $(HOTSPOT_DIR), TEST="$@" $@) + ################################################################ # Phony targets (e.g. these are not filenames)