Add dependency on dist in tests of kotlin.core.descriptors.runtime

JvmRuntimeDescriptorLoaderTestGenerated fails without stdlib.
This commit is contained in:
Nikolay Krasko
2021-06-09 17:29:59 +03:00
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
}