diff options
Diffstat (limited to 'run-libcore-tests')
-rwxr-xr-x | run-libcore-tests | 1 |
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 |