mirror of
https://github.com/corda/corda.git
synced 2025-03-23 04:25:19 +00:00
Merged in add-integrationTest-to-test (pull request #190)
build: add integrationTest as a test dependency
This commit is contained in:
commit
5eefbaf622
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user