Move interpreter's test from fir module to general tests-gen
This commit is contained in:
+8
-8
@@ -167,6 +167,14 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
|||||||
testClass<AbstractIrAsmLikeInstructionListingTest> {
|
testClass<AbstractIrAsmLikeInstructionListingTest> {
|
||||||
model("codegen/asmLike")
|
model("codegen/asmLike")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
testClass<AbstractIrInterpreterAfterFir2IrTest> {
|
||||||
|
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||||
|
}
|
||||||
|
|
||||||
|
testClass<AbstractIrInterpreterAfterPsi2IrTest> {
|
||||||
|
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------- FIR tests ----------------------------------------------
|
// ---------------------------------------------- FIR tests ----------------------------------------------
|
||||||
@@ -222,14 +230,6 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
|||||||
model("codegen/boxInline")
|
model("codegen/boxInline")
|
||||||
}
|
}
|
||||||
|
|
||||||
testClass<AbstractIrInterpreterAfterFir2IrTest> {
|
|
||||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
|
||||||
}
|
|
||||||
|
|
||||||
testClass<AbstractIrInterpreterAfterPsi2IrTest> {
|
|
||||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
|
||||||
}
|
|
||||||
|
|
||||||
testClass<AbstractFirSteppingTest> {
|
testClass<AbstractFirSteppingTest> {
|
||||||
model("debug/stepping")
|
model("debug/stepping")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user