Add dependency on dist in tests of kotlin.core.descriptors.runtime
JvmRuntimeDescriptorLoaderTestGenerated fails without stdlib.
This commit is contained in:
committed by
TeamCityServer
parent
85bc1d6aa2
commit
ee3fe6c605
@@ -39,6 +39,7 @@ val compileKotlin by tasks.getting(KotlinCompile::class) {
|
||||
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateRuntimeDescriptorTestsKt")
|
||||
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user