Gradle test config improvements

This commit is contained in:
str4d
2014-06-25 02:50:24 +00:00
parent f6108b51a2
commit aa3ac75470
7 changed files with 33 additions and 11 deletions

View File

@@ -14,5 +14,5 @@ sourceSets {
dependencies {
compile project(':core')
compile project(':apps:ministreaming')
testCompile 'junit:junit:4.+'
testCompile project(path: ':apps:ministreaming', configuration: 'tests')
}