[Test] Add ability to run box test in separate jvm for common codegen tests

This commit is contained in:
Dmitriy Novozhilov
2021-07-14 12:57:07 +03:00
committed by teamcityserver
parent 04d9d243de
commit ca214bef30
5 changed files with 217 additions and 50 deletions
@@ -61,6 +61,9 @@ class TestFile(
val name: String = relativePath.split("/").last()
}
val TestFile.nameWithoutExtension: String
get() = name.substringBeforeLast(".")
enum class DependencyRelation {
RegularDependency,
FriendDependency,