K2 Scripting: enable K2 tests in some test projects
This commit is contained in:
committed by
Space Team
parent
90a4f6002e
commit
deb2d6d024
@@ -671,6 +671,12 @@ tasks {
|
||||
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
||||
}
|
||||
|
||||
register("scriptingK2Test") {
|
||||
dependsOn(":kotlin-scripting-compiler:testWithK2")
|
||||
dependsOn(":kotlin-scripting-jvm-host-test:testWithK2")
|
||||
dependsOn(":kotlin-main-kts-test:testWithK2")
|
||||
}
|
||||
|
||||
register("scriptingTest") {
|
||||
dependsOn("scriptingJvmTest")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user