summaryrefslogtreecommitdiffstats
path: root/run-libcore-tests
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2014-11-17 12:35:08 -0800
committerAlex Klyubin <klyubin@google.com>2014-11-17 12:35:08 -0800
commitf3745836c5b579e6bce41698b5db76f5e598605c (patch)
treeffd0f9850eef5185b8e5d3a0c3be1755a07b5ea0 /run-libcore-tests
parent47f356d012543f359b0a23d3838337d9c457de34 (diff)
downloadlibcore-f3745836c5b579e6bce41698b5db76f5e598605c.zip
libcore-f3745836c5b579e6bce41698b5db76f5e598605c.tar.gz
libcore-f3745836c5b579e6bce41698b5db76f5e598605c.tar.bz2
Add Bouncy Castle to classpath in run-libcore-tests.
Most security-related tests are failing unless Bouncy Castle is in the classpath because they create a KeyStore of algorithm "BKS". Change-Id: I8138523015f2e281f25b3210b43c71ebff1bf804
Diffstat (limited to 'run-libcore-tests')
-rwxr-xr-xrun-libcore-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-libcore-tests b/run-libcore-tests
index 79c4d07..ef30877 100755
--- a/run-libcore-tests
+++ b/run-libcore-tests
@@ -23,5 +23,6 @@ $VOGAR \
--vm-arg -Xmx32M \
--classpath out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar \
--classpath out/target/common/obj/JAVA_LIBRARIES/sqlite-jdbc_intermediates/classes.jar \
+ --classpath out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jar \
$test_packages \
|| true