Skip to content

Commit b5a8511

Browse files
author
mikael
committed
8042804: Support invoking Hotspot tests from top level
Reviewed-by: sla, erikj
1 parent 0d062e1 commit b5a8511

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ TOPDIR=..
3333
# This makefile depends on the availability of sibling directories.
3434
LANGTOOLS_DIR=$(TOPDIR)/langtools
3535
JDK_DIR=$(TOPDIR)/jdk
36+
HOTSPOT_DIR=$(TOPDIR)/hotspot
3637

3738
# Macro to run a test target in a subdir
3839
define SUBDIR_TEST # subdirectory target
@@ -62,6 +63,9 @@ langtools_% :
6263
jdk_% core_%s svc_%:
6364
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)
6465

66+
hotspot_%:
67+
@$(NO_STOPPING)$(call SUBDIR_TEST, $(HOTSPOT_DIR), TEST="$@" $@)
68+
6569
################################################################
6670

6771
# Phony targets (e.g. these are not filenames)

0 commit comments

Comments
 (0)