Include kotlinp tests into distTest and kotlinx-metadata-jvm tests into coreLibsTest

kotlinp tests: do not fail due to different directory separators on Windows
This commit is contained in:
Ilya Gorbunov
2018-05-27 16:51:11 +03:00
parent d86947207c
commit eee9f8ab3f
3 changed files with 13 additions and 1 deletions
@@ -78,7 +78,7 @@ private fun compile(file: File, disposable: Disposable, tmpdir: File, forEachOut
}
private fun StringBuilder.appendFileName(file: File) {
appendln("// $file")
appendln("// ${file.invariantSeparatorsPath}")
appendln("// ------------------------------------------")
}