[FIR] Enable stepping tests.

This commit is contained in:
Mads Ager
2021-10-14 13:54:03 +02:00
committed by Mikhail Glukhikh
parent 2258e26799
commit 8a8c38cc48
4 changed files with 582 additions and 0 deletions
@@ -223,6 +223,10 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
testClass<AbstractIrInterpreterAfterPsi2IrTest> {
model("ir/interpreter", excludeDirs = listOf("helpers"))
}
testClass<AbstractFirSteppingTest> {
model("debug/stepping")
}
}
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/fir/fir2ir/testData") {