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> {
|
||||
model("codegen/asmLike")
|
||||
}
|
||||
|
||||
testClass<AbstractIrInterpreterAfterFir2IrTest> {
|
||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||
}
|
||||
|
||||
testClass<AbstractIrInterpreterAfterPsi2IrTest> {
|
||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------- FIR tests ----------------------------------------------
|
||||
@@ -222,14 +230,6 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
model("codegen/boxInline")
|
||||
}
|
||||
|
||||
testClass<AbstractIrInterpreterAfterFir2IrTest> {
|
||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||
}
|
||||
|
||||
testClass<AbstractIrInterpreterAfterPsi2IrTest> {
|
||||
model("ir/interpreter", excludeDirs = listOf("helpers"))
|
||||
}
|
||||
|
||||
testClass<AbstractFirSteppingTest> {
|
||||
model("debug/stepping")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user