diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-29 23:52:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-29 23:52:20 +0200 |
commit | 4aca08fca0c250a917968e0653857817652a3186 (patch) | |
tree | d68af54f4248563d3405e849b560989eebc3afb7 /build.gradle | |
parent | 9fde1b43baa4d747c414b0e8201a05d8c9d4d552 (diff) | |
download | RustAndDust-4aca08fca0c250a917968e0653857817652a3186.zip RustAndDust-4aca08fca0c250a917968e0653857817652a3186.tar.gz |
gradle: add core:test target
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
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:+" } } |