[IC] Setup JUnit5 tests for :kotlin-build-common
#KT-49785 In Progress
This commit is contained in:
committed by
Space Team
parent
bb51522cac
commit
d0c049cc00
@@ -42,3 +42,7 @@ javadocJar()
|
||||
testsJar()
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
projectTest("testJUnit5", jUnitMode = JUnitMode.JUnit5, parallel = true) {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
@@ -705,6 +705,7 @@ tasks {
|
||||
|
||||
dependsOn(":kotlin-daemon-tests:test")
|
||||
dependsOn(":kotlin-build-common:test")
|
||||
dependsOn(":kotlin-build-common:testJUnit5")
|
||||
dependsOn(":core:descriptors.runtime:test")
|
||||
dependsOn(":kotlin-util-io:test")
|
||||
dependsOn(":kotlin-util-klib:test")
|
||||
|
||||
Reference in New Issue
Block a user