# HG changeset patch # User jcoomes # Date 1400867322 25200 # Node ID 162a087e22acaaf75442bee0a0becb8ef183acc3 # Parent 7b5840dda425303c0e1d7869a41ec6d00db0eb1a# Parent 643b24a64d6efe3d80ac44b7af9ddec8eb9d6f18 Merge diff -r 7b5840dda425 -r 162a087e22ac test/Makefile --- a/test/Makefile Thu May 22 14:37:52 2014 -0700 +++ b/test/Makefile Fri May 23 10:48:42 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)