We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d062e1 commit b5a8511Copy full SHA for b5a8511
test/Makefile
@@ -33,6 +33,7 @@ TOPDIR=..
33
# This makefile depends on the availability of sibling directories.
34
LANGTOOLS_DIR=$(TOPDIR)/langtools
35
JDK_DIR=$(TOPDIR)/jdk
36
+HOTSPOT_DIR=$(TOPDIR)/hotspot
37
38
# Macro to run a test target in a subdir
39
define SUBDIR_TEST # subdirectory target
@@ -62,6 +63,9 @@ langtools_% :
62
63
jdk_% core_%s svc_%:
64
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)
65
66
+hotspot_%:
67
+ @$(NO_STOPPING)$(call SUBDIR_TEST, $(HOTSPOT_DIR), TEST="$@" $@)
68
+
69
################################################################
70
71
# Phony targets (e.g. these are not filenames)
0 commit comments