Run integration tests in check task

Fixes gh-254
This commit is contained in:
Rob Winch
2015-07-29 11:17:18 -05:00
parent d5484e15ca
commit 916a5cb7dd

View File

@@ -73,6 +73,7 @@ task integrationTest(type: Test, dependsOn: jar) {
junitXml.destination = project.file("$project.buildDir/integration-test-results/")
}
}
check.dependsOn integrationTest
eclipse {
classpath {