HtmlBuilder is commented out, compilation fails; Using "testlib/module.kt" to compile Unit tests with module.

This commit is contained in:
Evgeny Goldin
2012-02-20 18:22:15 +02:00
parent 06d8329548
commit a918058262
2 changed files with 4 additions and 13 deletions
-9
View File
@@ -1,9 +0,0 @@
import kotlin.modules.*
val homeDir = "../../../testlib/test"
fun project() {
module("Testlib") {
sources += homeDir
}
}