mirror of
https://github.com/corda/corda.git
synced 2025-04-09 04:15:35 +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
|
||||
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