Fixed GenerateCompilerTestsAgainstKlib.kt compilation
Relates to #KTI-17
This commit is contained in:
+7
-5
@@ -6,15 +6,17 @@
|
|||||||
package org.jetbrains.kotlin.generators.tests
|
package org.jetbrains.kotlin.generators.tests
|
||||||
|
|
||||||
import org.jetbrains.kotlin.codegen.ir.AbstractCompileKotlinAgainstKlibTest
|
import org.jetbrains.kotlin.codegen.ir.AbstractCompileKotlinAgainstKlibTest
|
||||||
import org.jetbrains.kotlin.generators.tests.generator.testGroup
|
import org.jetbrains.kotlin.generators.tests.generator.testGroupSuite
|
||||||
import org.jetbrains.kotlin.test.TargetBackend
|
import org.jetbrains.kotlin.test.TargetBackend
|
||||||
|
|
||||||
fun main() {
|
fun main(args: Array<String>) {
|
||||||
System.setProperty("java.awt.headless", "true")
|
System.setProperty("java.awt.headless", "true")
|
||||||
|
|
||||||
testGroup("compiler/tests-against-klib/tests", "compiler/testData") {
|
testGroupSuite(args) {
|
||||||
testClass<AbstractCompileKotlinAgainstKlibTest> {
|
testGroup("compiler/tests-against-klib/tests", "compiler/testData") {
|
||||||
model("codegen/boxKlib", targetBackend = TargetBackend.JVM_IR)
|
testClass<AbstractCompileKotlinAgainstKlibTest> {
|
||||||
|
model("codegen/boxKlib", targetBackend = TargetBackend.JVM_IR)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user