Merge
authorjcoomes
Tue, 27 May 2014 12:35:34 -0700
changeset 24422 e4801f790a3c
parent 24421 162a087e22ac (diff)
parent 24418 a6318a06a0e5 (current diff)
child 24491 33d2a5b12a34
Merge
--- a/test/Makefile	Mon May 26 17:22:04 2014 -0400
+++ b/test/Makefile	Tue May 27 12:35:34 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)