Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/inline
/
.
/
libraries
/
stdlib
/
testModule.kt
blob: 5d6f1db5dc217b7d82d171e549e83e1f22aa1d69 [
file
] [
log
] [
blame
] [
edit
]
import
kotlin
.
modules
.*
fun project
()
{
module
(
"testlib"
)
{
classpath
+=
"lib/junit-4.11.jar"
addSourceFiles
(
"test"
)
}
}