aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 23:34:58 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 23:35:00 -0700
commit66a78550aa4ef7d58235043379c043defcdfae93 (patch)
treefd38da0dd542e15930e1d96cd6b6b4d9bee7a556 /app/build.gradle
parenteeb83fbdf315545bf60acecaeb091027352fdcfa (diff)
downloadconnectbot-66a78550aa4ef7d58235043379c043defcdfae93.tar.gz
connectbot-66a78550aa4ef7d58235043379c043defcdfae93.tar.bz2
connectbot-66a78550aa4ef7d58235043379c043defcdfae93.zip
Add test for local connections
This tests the basic functionality of creating a local terminal, making sure ConsoleActivity shows up, and being able to disconnect from the host.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index db4e4b0..e1893d3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,6 +72,9 @@ android {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2') {
exclude module: "support-annotations"
}
+ androidTestCompile('com.android.support.test.espresso:espresso-intents:2.2') {
+ exclude module: "support-annotations"
+ }
}
buildTypes {