mirror of
https://github.com/corda/corda.git
synced 2025-06-01 23:20:54 +00:00
build: add integrationTest as a test dependency
This commit is contained in:
parent
93ea1db17c
commit
2daa8098c9
@ -129,6 +129,7 @@ task integrationTest(type: Test) {
|
|||||||
testClassesDir = sourceSets.integrationTest.output.classesDir
|
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||||
}
|
}
|
||||||
|
test.dependsOn(integrationTest)
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
reports.html.destination = file("${reporting.baseDir}/${name}")
|
reports.html.destination = file("${reporting.baseDir}/${name}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user