summaryrefslogtreecommitdiffstats
path: root/run-libcore-tests
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-01-22 12:37:13 -0800
committerAlex Klyubin <klyubin@google.com>2015-01-22 12:37:13 -0800
commit4ac0073a0734da38a62899688731a9e3a9835774 (patch)
tree62a2bb6747e219a0fe2f2ec8a2642a361662b7ff /run-libcore-tests
parent2c0ffd5f475716e747e4fd47bc8f7996ad8d1b56 (diff)
downloadlibcore-4ac0073a0734da38a62899688731a9e3a9835774.zip
libcore-4ac0073a0734da38a62899688731a9e3a9835774.tar.gz
libcore-4ac0073a0734da38a62899688731a9e3a9835774.tar.bz2
okhttp.jar is needed by run-libcore-tests.
Some of the libcore's tests indirectly depend on okhttp being in the CLASSPATH. Change-Id: Iff5b7f361d088a08c31e7fcdea3ef243f4a2fe44
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 ef30877..fa5a33c 100755
--- a/run-libcore-tests
+++ b/run-libcore-tests
@@ -24,5 +24,6 @@ $VOGAR \
--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 \
+ --classpath out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes.jar \
$test_packages \
|| true