aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-09 15:53:18 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-09 16:03:30 +0200
commit718acbf954b1318c6a90ba0f9c79e63f398fb498 (patch)
treec5c99374ed368d07348d17212527c4e86297f061 /OpenKeychain/build.gradle
parent9320d2d8a204496ace8f973a59594ccd698a2170 (diff)
downloadopen-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.tar.gz
open-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.tar.bz2
open-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.zip
put unit tests into external module (CAVEAT)
this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index f419141b4..749a7f9ab 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -21,13 +21,6 @@ dependencies {
compile project(':extern:minidns')
compile project(':extern:KeybaseLib:Lib')
-
- // Unit tests are run with Robolectric
- testCompile 'junit:junit:4.11'
- testCompile 'org.robolectric:robolectric:2.3'
- testCompile 'com.squareup:fest-android:1.0.8'
- testCompile 'com.google.android:android:4.1.1.4'
- // compile dependencies are automatically also included in testCompile
}
android {