JVM_IR box tests for JDK9

This commit is contained in:
Dmitry Petrov
2020-12-22 11:43:04 +03:00
parent c9d330207b
commit 796d821776
5 changed files with 108 additions and 0 deletions
@@ -153,6 +153,10 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
model("codegen/java9/box")
}
testClass<AbstractJdk9IrBlackBoxCodegenTest> {
model("codegen/java9/box", targetBackend = TargetBackend.JVM_IR)
}
testClass<AbstractScriptCodegenTest> {
model("codegen/script", extension = "kts")
}