Add java8 test module and run configuration with initial test

This commit is contained in:
Michael Bogdanov
2015-04-17 16:08:57 +03:00
parent cc9322fbdd
commit 7e3403f602
10 changed files with 169 additions and 0 deletions
@@ -306,6 +306,12 @@ fun main(args: Array<String>) {
}
}
testGroup("compiler/java8-tests/tests", "compiler/testData") {
testClass(javaClass<AbstractBlackBoxCodegenTest>(), "BlackBoxWithJava8CodegenTestGenerated") {
model("codegen/java8/boxWithJava", testMethod = "doTestWithJava", extension = null, recursive = true, excludeParentDirs = true)
}
}
testGroup("idea/tests", "idea/testData") {
testClass(javaClass<AbstractJavaTypeSubstitutorTest>()) {