test/TestCommon.gmk
changeset 50908 7c51db95ccb6
parent 49552 05883543ee2a
child 51856 11b9d3a6f31c
--- a/test/TestCommon.gmk	Thu Jun 28 16:45:15 2018 -0700
+++ b/test/TestCommon.gmk	Thu Jun 28 17:07:34 2018 -0700
@@ -448,6 +448,9 @@
 ifneq ($(VS120COMNTOOLS), )
   JTREG_BASIC_OPTIONS += -e:VS120COMNTOOLS="$(shell $(GETMIXEDPATH) "$(patsubst %\,%,$(VS120COMNTOOLS))")"
 endif
+
+JTREG_BASIC_OPTIONS += -e:TEST_IMAGE_GRAAL_DIR=${TEST_IMAGE_DIR}/hotspot/jtreg/graal
+
 # Set other vm and test options
 JTREG_TEST_OPTIONS += $(JAVA_ARGS:%=-javaoptions:%) $(JAVA_VM_ARGS:%=-vmoption:%)
 ifneq ($(JIB_JAR), )