JS: fixed support for test source roots (KT-6627)

Original commit: 289a7a9cc3
This commit is contained in:
Anton Bannykh
2017-02-01 15:38:51 +03:00
parent 48fdcf9b97
commit 36035c789a
21 changed files with 180 additions and 9 deletions
@@ -0,0 +1,5 @@
fun testMain() {
main()
srcAndTests()
testSrcAndTests()
}