[Test] Add ability to run box test in separate jvm for common codegen tests
This commit is contained in:
committed by
teamcityserver
parent
04d9d243de
commit
ca214bef30
@@ -61,6 +61,9 @@ class TestFile(
|
||||
val name: String = relativePath.split("/").last()
|
||||
}
|
||||
|
||||
val TestFile.nameWithoutExtension: String
|
||||
get() = name.substringBeforeLast(".")
|
||||
|
||||
enum class DependencyRelation {
|
||||
RegularDependency,
|
||||
FriendDependency,
|
||||
|
||||
Reference in New Issue
Block a user