summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2014-11-17 20:48:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-17 20:48:44 +0000
commit2f629d3eff3e73b64efdc95b90446d1ff8d4e831 (patch)
tree9e9aa96c884bfad3881ecf52e436c597e54e8c9c
parent3fd279f7853b2f0a523da11fbbe84adc26f835b7 (diff)
parentf3745836c5b579e6bce41698b5db76f5e598605c (diff)
downloadlibcore-2f629d3eff3e73b64efdc95b90446d1ff8d4e831.zip
libcore-2f629d3eff3e73b64efdc95b90446d1ff8d4e831.tar.gz
libcore-2f629d3eff3e73b64efdc95b90446d1ff8d4e831.tar.bz2
Merge "Add Bouncy Castle to classpath in 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