[K/N][test] Use Executors in the New test infra
Add RunnerWithExecutor class that uses Executors Re-use checkers in the new executor Merge-request: KT-MR-8964
This commit is contained in:
committed by
Space Team
parent
76ab130011
commit
60f43d6d4f
@@ -18,6 +18,8 @@ dependencies {
|
||||
testImplementation(projectTests(":compiler:tests-common-new"))
|
||||
testImplementation(projectTests(":compiler:test-infrastructure"))
|
||||
testImplementation(projectTests(":generators:test-generator"))
|
||||
testImplementation(project(":native:kotlin-native-utils"))
|
||||
testImplementation(project(":native:executors"))
|
||||
testApiJUnit5()
|
||||
testImplementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user