[Fir2Ir] Introduce testing with IrFakeOverrideBuilder

^KT-61514
This commit is contained in:
Pavel Kunyavskiy
2023-08-28 15:09:22 +02:00
committed by Space Team
parent bf9cae6410
commit 91e96e9f31
58 changed files with 54467 additions and 7 deletions
@@ -279,6 +279,10 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
model("codegen/box")
}
testClass<AbstractFirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTest> {
model("codegen/box")
}
testClass<AbstractFirLightTreeBlackBoxCodegenTest>("FirLightTreeBlackBoxModernJdkCodegenTestGenerated") {
model("codegen/boxModernJdk")
}