From 66a78550aa4ef7d58235043379c043defcdfae93 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 27 Aug 2015 23:34:58 -0700 Subject: 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. --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') 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 { -- cgit v1.2.3