Restore script testing on both backends, fix some tests

This commit is contained in:
Ilya Chernikov
2021-12-03 12:03:43 +01:00
committed by TeamCityServer
parent 670575696f
commit ec2d6ea5f1
5 changed files with 27 additions and 5 deletions
@@ -64,6 +64,7 @@ projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
systemProperty("kotlin.test.script.classpath", testSourceSet.output.classesDirs.joinToString(File.pathSeparator))
systemProperty("kotlin.script.test.base.compiler.arguments", "-Xuse-old-backend")
}
projectTest(taskName = "testWithIr", parallel = true) {