Ant task - "testlib-tests" added, currently commented out - "testlib" compilation fails.

This commit is contained in:
Evgeny Goldin
2012-01-27 01:14:59 +02:00
parent a43a6c6678
commit 01b4f5b871
2 changed files with 26 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import kotlin.modules.*
val homeDir = "../../../testlib/test"
fun project() {
module("Testlib") {
sources += homeDir
}
}