[Test] Extract main compiler test generator to separate project
This is needed because now we have different tests modules with different test frameworks (JUnit3 and JUnit5) which has no dependencies between each other. So for keeping all test generation config in one place we need module which may rely on all independent test modules
This commit is contained in:
committed by
TeamCityServer
parent
d753d21dee
commit
1f258c28fc
@@ -7,7 +7,7 @@ plugins {
|
||||
val depenencyProjects = arrayOf(
|
||||
":generators",
|
||||
":compiler",
|
||||
":compiler:tests-common-new",
|
||||
":compiler:tests-for-compiler-generator",
|
||||
":js:js.tests",
|
||||
":compiler:tests-java8",
|
||||
":core:descriptors.runtime"
|
||||
|
||||
Reference in New Issue
Block a user