Fix and enable embedded tests in scripting-ide-services
This commit is contained in:
committed by
Ilya Muradyan
parent
e88bef4275
commit
1798542db7
@@ -651,6 +651,7 @@ tasks {
|
|||||||
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
||||||
dependsOn(":kotlin-main-kts-test:test")
|
dependsOn(":kotlin-main-kts-test:test")
|
||||||
dependsOn(":kotlin-scripting-ide-services-test:test")
|
dependsOn(":kotlin-scripting-ide-services-test:test")
|
||||||
|
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
||||||
dependsOn(":kotlin-scripting-js-test:test")
|
dependsOn(":kotlin-scripting-js-test:test")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,8 +28,11 @@ dependencies {
|
|||||||
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||||
testRuntimeOnly(project(":idea:ide-common")) { isTransitive = false }
|
testRuntimeOnly(project(":idea:ide-common")) { isTransitive = false }
|
||||||
|
|
||||||
embeddableTestRuntime(project(":kotlin-scripting-ide-services"))
|
embeddableTestRuntime(project(":kotlin-scripting-ide-services", configuration="runtimeElements"))
|
||||||
embeddableTestRuntime(project(":kotlin-compiler-embeddable"))
|
embeddableTestRuntime(project(":kotlin-scripting-compiler-impl-embeddable", configuration="runtimeElements"))
|
||||||
|
embeddableTestRuntime(project(":kotlin-scripting-dependencies", configuration="runtimeElements"))
|
||||||
|
// For tests with IvyResolver
|
||||||
|
embeddableTestRuntime(project(":kotlin-main-kts"))
|
||||||
embeddableTestRuntime(testSourceSet.output)
|
embeddableTestRuntime(testSourceSet.output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user