[IC] Add ability to pass additional compiler args to IC tests

Additional arguments should be declared in `args.txt` file in test
  directory in common CLI arguments format
This commit is contained in:
Dmitriy Novozhilov
2020-11-23 12:38:55 +03:00
committed by TeamCityServer
parent 57a081c399
commit 3246e6b9ac
4 changed files with 73 additions and 6 deletions
@@ -24,6 +24,8 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":core:descriptors.runtime"))
if (Platform.P192.orHigher()) {
testRuntime(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }