Implement IR backend support in scripting tests, enable for some tests

This commit is contained in:
Ilya Chernikov
2020-11-26 19:14:36 +01:00
parent d1ee05c7f6
commit 4c6b5ff0b8
12 changed files with 76 additions and 22 deletions
@@ -24,3 +24,9 @@ projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
}
projectTest(taskName = "testWithIr", parallel = true) {
dependsOn(":dist")
workingDir = rootDir
systemProperty("kotlin.script.test.base.compiler.arguments", "-Xuse-ir")
}