mirror of
https://github.com/corda/corda.git
synced 2025-05-09 12:02:56 +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
|
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