[LL FIR] add LL FIR tests based on AbstractFirPsiNativeDiagnosticsTest

^KT-62910 fixed
This commit is contained in:
Ilya Kirillov
2023-10-27 12:11:21 +02:00
committed by Space Team
parent a4564351d7
commit bffbbe6293
11 changed files with 466 additions and 1 deletions
@@ -16,6 +16,10 @@ dependencies {
testImplementation(projectTests(":compiler:tests-spec"))
testImplementation(projectTests(":generators:analysis-api-generator"))
testImplementation(projectTests(":analysis:low-level-api-fir"))
testImplementation(projectTests(":analysis:analysis-api-impl-barebone"))
testImplementation(projectTests(":analysis:low-level-api-fir:low-level-api-fir-native"))
testImplementation(intellijCore())
testApi(platform(libs.junit.bom))
testImplementation(libs.junit.jupiter.api)