aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-02-18 16:55:29 -0800
committerXavier Ducrohet <xav@android.com>2013-02-19 10:15:26 -0800
commit042fd126b9665f97e5202a111ca48df057f00974 (patch)
treebc4f2685b2b6fb7e0978db91d7c37860343273fd /tests
parent0194f4b2abe34544945ccbc7304a41e8e78657de (diff)
downloadbuild-042fd126b9665f97e5202a111ca48df057f00974.tar.gz
Change tests to be instrumentationTests everywhere.
This is to not collide with jUnit 'tests'. The idea is to allow regular jUnit tests in the same project, alongside instrumentation (and ui automator) tests. Change-Id: I8db8527f82f16860a83c1d2def996e8074282c5d
Diffstat (limited to 'tests')
-rw-r--r--tests/multiproject/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/multiproject/build.gradle b/tests/multiproject/build.gradle
index 157183f..e224b4f 100644
--- a/tests/multiproject/build.gradle
+++ b/tests/multiproject/build.gradle
@@ -14,3 +14,5 @@ allprojects {
mavenCentral()
}
}
+
+apply plugin: 'android-reporting' \ No newline at end of file