summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithTestsAndTestAndSrcModuleDependency/tests/MainTests.kt
blob: a4442b1ed71078832e03e47938c3e0861f78865f (plain)
1
2
3
4
5
6
7
8
import src.*
import test.*

fun testMain() {
    main()
    srcAndTests()
    testSrcAndTests()
}