8180600: make run-test does not work with jib test dependencies

Reviewed-by: ctornqvi, ihse
This commit is contained in:
Erik Joelsson 2017-06-15 10:27:28 +02:00
parent 79020dd28b
commit 3a52bbed1b

View File

@ -364,6 +364,10 @@ define SetupRunJtregTestBody
$1_JTREG_BASIC_OPTIONS += -nativepath:$$($1_JTREG_NATIVEPATH)
endif
ifneq ($$(JIB_JAR), )
$1_JTREG_BASIC_OPTIONS += -cpa:$$(JIB_JAR)
endif
run-test-$1:
$$(call LogWarn)
$$(call LogWarn, Running test '$$($1_TEST)')