[FIR2IR] Add Fir2IrSpecificBytecodeListing tests support
This commit is contained in:
committed by
TeamCityServer
parent
6b532ccd0d
commit
e4473ad94c
+6
@@ -210,6 +210,12 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
) {
|
||||
model("ir/irText")
|
||||
}
|
||||
|
||||
testClass<AbstractFirBytecodeListingTest>(
|
||||
suiteTestClassName = "Fir2IrSpecificBytecodeListingTestGenerated"
|
||||
) {
|
||||
model("codegen/bytecodeListing")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("compiler/fir/analysis-tests/tests-gen", "compiler/fir/analysis-tests/testData") {
|
||||
|
||||
Reference in New Issue
Block a user