summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-09-29 23:52:20 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-09-29 23:52:20 +0200
commit4aca08fca0c250a917968e0653857817652a3186 (patch)
treed68af54f4248563d3405e849b560989eebc3afb7 /build.gradle
parent9fde1b43baa4d747c414b0e8201a05d8c9d4d552 (diff)
downloadRustAndDust-4aca08fca0c250a917968e0653857817652a3186.zip
RustAndDust-4aca08fca0c250a917968e0653857817652a3186.tar.gz
gradle: add core:test target
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e73f958..292b9b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,6 +114,7 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
+ testCompile "junit:junit:+"
}
}