Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/specs-M10
/
.
/
libraries
/
kunit
/
module.kt
blob: 26b97121e636a1872bc13fd9587f49b4e2ed570c [
file
] [
log
] [
blame
] [
edit
]
import
kotlin
.
modules
.*
fun project
()
{
module
(
"kunit"
)
{
// TODO how to refer to the dir of the module?
classpath
+=
"lib/junit-4.11.jar"
addSourceFiles
(
"src/main/kotlin"
)
}
}