Make it possible to run DiagnosisCompilerTestDataSpecTestGenerated from fir-low-level-api in IJ infra

This commit is contained in:
Nikita Bobko
2021-06-07 16:51:28 +02:00
committed by teamcityserver
parent 294ec3905b
commit 3aebd0315f
3 changed files with 7 additions and 4 deletions
@@ -17,6 +17,7 @@ idePluginDependency {
"compiler/fir/analysis-tests/testData/resolveWithStdlib",
"compiler/testData/diagnostics/tests",
"compiler/testData/diagnostics/helpers",
"compiler/tests-spec/testData",
"compiler/testData/diagnostics/testsWithStdLib"
).forEach {
from(rootDir.resolve(it)) {
@@ -7,6 +7,7 @@ publishTestJarsForIde(
":compiler:test-infrastructure",
":compiler:tests-common-new",
":compiler:test-infrastructure-utils",
":compiler:tests-compiler-utils"
":compiler:tests-compiler-utils",
":compiler:tests-spec"
)
)