removed some of the cruft and redundant copies of junit.jar

This commit is contained in:
James Strachan
2012-03-21 09:09:09 +00:00
parent 81294d43ae
commit e740c47e29
9 changed files with 18 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
import kotlin.modules.*
fun project() {
module("testlib") {
classpath += "lib/junit-4.9.jar"
addSourceFiles("test")
}
}