Fixed GenerateKotlinpTests compilation
Relates to #KTI-17
This commit is contained in:
+7
-5
@@ -5,14 +5,16 @@
|
|||||||
|
|
||||||
package org.jetbrains.kotlin.kotlinp.test
|
package org.jetbrains.kotlin.kotlinp.test
|
||||||
|
|
||||||
import org.jetbrains.kotlin.generators.tests.generator.testGroup
|
import org.jetbrains.kotlin.generators.tests.generator.testGroupSuite
|
||||||
|
|
||||||
fun main() {
|
fun main(args: Array<String>) {
|
||||||
System.setProperty("java.awt.headless", "true")
|
System.setProperty("java.awt.headless", "true")
|
||||||
|
|
||||||
testGroup("libraries/tools/kotlinp/test", "libraries/tools/kotlinp/testData") {
|
testGroupSuite(args) {
|
||||||
testClass<AbstractKotlinpTest> {
|
testGroup("libraries/tools/kotlinp/test", "libraries/tools/kotlinp/testData") {
|
||||||
model("")
|
testClass<AbstractKotlinpTest> {
|
||||||
|
model("")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user