aboutsummaryrefslogtreecommitdiff
path: root/gradle/build.gradle
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-10-22 18:18:03 -0700
committerXavier Ducrohet <xav@android.com>2012-10-22 18:21:22 -0700
commit9f8277f8557e6a9b5019deb3fbca076c8ccc82a3 (patch)
treefecc6af9d4a8bb962acab00c29dbdfad332388d1 /gradle/build.gradle
parentef2ea65856b2db1b4f1691931967880f16c39828 (diff)
downloadbuild-9f8277f8557e6a9b5019deb3fbca076c8ccc82a3.tar.gz
Add some basic test of the plugin.
Change-Id: Ib4b00ac416a43ac0ea37b86dedabd7c012becf22
Diffstat (limited to 'gradle/build.gradle')
-rw-r--r--gradle/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/build.gradle b/gradle/build.gradle
index 0f76564..51a8e53 100644
--- a/gradle/build.gradle
+++ b/gradle/build.gradle
@@ -13,6 +13,8 @@ dependencies {
gradleApi gradleApi()
groovy localGroovy()
compile project(':builder')
+
+ testCompile 'junit:junit:3.8.1'
}
def getVersion() {