[FIR2IR] Add Fir2IrSpecificBytecodeListing tests support

This commit is contained in:
Nikolay Lunyak
2021-08-26 17:58:44 +03:00
committed by TeamCityServer
parent 6b532ccd0d
commit e4473ad94c
2 changed files with 22 additions and 0 deletions
@@ -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") {