Reorganize integration test data

This commit is contained in:
Alexander Udalov
2014-07-30 21:10:33 -07:00
parent 8e17557f5c
commit 3ca6c8615b
101 changed files with 69 additions and 40 deletions
@@ -0,0 +1,5 @@
package Smoke
fun main(args: Array<String>) {
print("${args[0]}|${args[1]}|${args[2]}")
}
@@ -0,0 +1,7 @@
import kotlin.modules.*
fun project() {
module("smoke", ".") {
sources += "Smoke.kt"
}
}
@@ -0,0 +1,3 @@
OUT:
1|2|3
Return code: 0