Fix ir test execution

This commit is contained in:
Mikhael Bogdanov
2018-02-05 11:31:14 +01:00
parent 5dacfae793
commit 1530fbee1b
+4 -1
View File
@@ -1,8 +1,11 @@
apply { plugin("kotlin") } apply { plugin("kotlin") }
dependencies { dependencies {
testRuntime(intellijDep())
testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":compiler:tests-common"))
testCompile(projectDist(":kotlin-script-runtime"))
testCompile(projectDist(":kotlin-stdlib"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
} }
sourceSets { sourceSets {