Add test infrastructure for custom scripts testing, add receiver test

This commit is contained in:
Ilya Chernikov
2018-04-25 11:32:13 +02:00
parent 57db77a295
commit a9600e34bf
9 changed files with 275 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ dependencies {
testCompile(projectTests(":compiler:tests-common-jvm6"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-scripting-compiler"))
testCompile(project(":kotlin-scripting-misc"))
testCompile(project(":kotlin-script-util"))
testCompile(androidDxJar()) { isTransitive = false }
testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false }
testCompile(intellijDep()) {