[IC] Setup JUnit5 tests for :kotlin-build-common

#KT-49785 In Progress
This commit is contained in:
Alexander Likhachev
2023-01-03 20:59:35 +01:00
committed by Space Team
parent bb51522cac
commit d0c049cc00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -42,3 +42,7 @@ javadocJar()
testsJar()
projectTest(parallel = true)
projectTest("testJUnit5", jUnitMode = JUnitMode.JUnit5, parallel = true) {
useJUnitPlatform()
}
+1
View File
@@ -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")