[Native][tests] Use more compact paths to produced binaries

This commit is contained in:
Dmitriy Dolovov
2021-11-23 14:59:52 +03:00
parent 34627633c4
commit 536bfe5bf9
5 changed files with 168 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies {
testImplementation(project(":kotlin-reflect"))
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
testImplementation(intellijPluginDep("java"))
testImplementation(intellijDep()) { includeJars("commons-lang-2.4") }
testImplementation(project(":kotlin-compiler-runner-unshaded"))
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(projectTests(":compiler:tests-common-new"))