build: add integrationTest as a test dependency

This commit is contained in:
Andras Slemmer 2016-06-28 16:46:45 +01:00
parent 93ea1db17c
commit 2daa8098c9

View File

@ -129,6 +129,7 @@ task integrationTest(type: Test) {
testClassesDir = sourceSets.integrationTest.output.classesDir
classpath = sourceSets.integrationTest.runtimeClasspath
}
test.dependsOn(integrationTest)
tasks.withType(Test) {
reports.html.destination = file("${reporting.baseDir}/${name}")