[FIR] Add compile Kotlin against Kotlin test group

This commit is contained in:
Mikhail Glukhikh
2020-10-01 16:15:41 +03:00
parent 582f8fe287
commit cc88374fd7
39 changed files with 698 additions and 4 deletions
@@ -546,6 +546,10 @@ fun main(args: Array<String>) {
testClass<AbstractFirBytecodeTextTest> {
model("codegen/bytecodeText", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}
testClass<AbstractFirCompileKotlinAgainstKotlinTest> {
model("compileKotlinAgainstKotlin", targetBackend = TargetBackend.JVM_IR)
}
}
testGroup(