- bytecodeTextMultifile - framework for bytecode text tests
with multiple Kotlin source files - bytecodeTextMultifile/partMembersCall, initial import
This commit is contained in:
@@ -203,10 +203,14 @@ fun main(args: Array<String>) {
|
||||
model("codegen/script", extension = "kts")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractBytecodeTextTest>()) {
|
||||
testClass(AbstractBytecodeTextTest::class.java) {
|
||||
model("codegen/bytecodeText")
|
||||
}
|
||||
|
||||
testClass(AbstractBytecodeTextTest::class.java, "BytecodeTextMultifileTestGenerated") {
|
||||
model("codegen/bytecodeTextMultifile", extension = null, recursive = false, testMethod = "doTestMultiFile")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractBytecodeListingTest>()) {
|
||||
model("codegen/bytecodeListing")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user