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,7 @@
import kotlin.modules.*
fun project() {
module("smoke", ".") {
sources += "Smoke.kt"
}
}