diff -r 883d65fcea6b -r e0ca0417b74d make/RunTests.gmk --- a/make/RunTests.gmk Wed Jun 14 01:29:37 2017 -0700 +++ b/make/RunTests.gmk Thu Jun 15 10:27:28 2017 +0200 @@ -364,6 +364,10 @@ $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)')