Pill: Add GenerateRuntimeDescriptorTests to the "Generate all tests" run configuration (KT-34494)

This commit is contained in:
Yan Zhulanow
2019-10-22 17:34:15 +09:00
parent 2cb055a3bd
commit 7fc25a9c04
3 changed files with 9 additions and 5 deletions
@@ -5,7 +5,11 @@ plugins {
}
val depenencyProjects = arrayOf(
":generators", ":compiler", ":js:js.tests", ":compiler:tests-java8"
":generators",
":compiler",
":js:js.tests",
":compiler:tests-java8",
":core:descriptors.runtime"
)
dependencies {