[FIR] Enable stepping tests.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2258e26799
commit
8a8c38cc48
+4
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user