07691e369a
Original commit: 6608e97d35
9 lines
98 B
Kotlin
Vendored
9 lines
98 B
Kotlin
Vendored
import src.*
|
|
import test.*
|
|
|
|
fun testMain() {
|
|
main()
|
|
srcAndTests()
|
|
testSrcAndTests()
|
|
}
|