Move compiler/tests-common/{src -> tests}, adjust dependencies

Original commit: 33549362cb
This commit is contained in:
Alexander Udalov
2017-10-17 14:36:23 +02:00
parent 45102d8ded
commit cfbb0f1b00
+2 -1
View File
@@ -12,9 +12,10 @@ dependencies {
compile(projectRuntimeJar(":kotlin-preloader"))
compile(project(":idea:idea-jps-common"))
compile(ideaSdkDeps("jps-builders", "jps-builders-6", subdir = "jps"))
testCompile(project(":compiler:tests-common"))
testCompile(project(":compiler:incremental-compilation-impl"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:incremental-compilation-impl"))
testCompile(ideaSdkDeps("openapi", "idea"))
testCompileOnly(ideaSdkDeps("jps-build-test", subdir = "jps/test"))
testCompile(commonDep("junit:junit"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))