Get rid of CompileKotlinAgainstMultifileKotlinTestGenerated and boxMultifileClasses/

Merge tests in boxMultifileClasses/calls to one test case; copy the two
resulting tests (+ change box to main) to compileKotlinAgainstKotlin
This commit is contained in:
Alexander Udalov
2016-02-24 12:18:48 +03:00
committed by Alexander Udalov
parent cc8af573f9
commit fa1f7d988e
14 changed files with 288 additions and 396 deletions
@@ -203,13 +203,8 @@ fun main(args: Array<String>) {
model("codegen/boxInline", extension = "1.kt", testMethod = "doBoxTestWithInlineCheck")
}
testClass<AbstractCompileKotlinAgainstKotlinTest>("CompileKotlinAgainstMultifileKotlinTestGenerated") {
model("codegen/boxMultifileClasses", testMethod = "doBoxTest")
}
testClass<AbstractBlackBoxCodegenTest>("BlackBoxMultiFileCodegenTestGenerated") {
model("codegen/boxMultiFile")
model("codegen/boxMultifileClasses")
}
testClass<AbstractBlackBoxCodegenTest>("BlackBoxAgainstJavaCodegenTestGenerated") {