Move reporting of interpreter's backend errors tests to fir module

This commit is contained in:
Ivan Kylchik
2021-12-14 23:31:46 +03:00
parent 44cf64a00c
commit 0f0b48f87b
8 changed files with 101 additions and 20 deletions
@@ -247,6 +247,10 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
testClass<AbstractLoweredIrInterpreterTest> {
model("ir/loweredIr")
}
testClass<AbstractFirDiagnosticsTestWithJvmIrBackend> {
model("diagnostics/firTestWithJvmBackend")
}
}
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/fir/fir2ir/testData") {