Add 'topLevelMemberInvocation.twoModules' test to CompileBinaryTestData

This commit is contained in:
Alexander Udalov
2013-09-30 22:41:47 +04:00
parent f7db95f63c
commit 5fa489b7d3
2 changed files with 6 additions and 0 deletions
@@ -45,6 +45,12 @@ Retention(RetentionPolicy.RUNTIME)
private annotation class GenScript(val dir: String, val source: String, val binary: String)
private object BinaryTestData {
GenScript("compiler/testData/codegen/topLevelMemberInvocation/twoModules", "a.kt", "a.jar")
fun genTwoModules() {
jar("a.jar", "a")
rm("a")
}
GenScript("compiler/testData/compileKotlinAgainstBinariesCustom/brokenJarWithNoClassForObjectProperty", "source.kt", "broken.jar")
fun genBrokenJarWithNoClassForObjectProperty() {
rm("test/Lol.class")