[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:
committed by
TeamCityServer
parent
57a081c399
commit
3246e6b9ac
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user