Add missing scripting tests to the global task, make them parallel
This commit is contained in:
@@ -533,6 +533,8 @@ tasks {
|
||||
dependsOn("dist")
|
||||
dependsOn(":kotlin-script-util:test")
|
||||
dependsOn(":kotlin-scripting-jvm-host:test")
|
||||
dependsOn(":kotlin-scripting-jsr223:test")
|
||||
dependsOn(":kotlin-main-kts-test:test")
|
||||
}
|
||||
|
||||
create("compilerTest") {
|
||||
|
||||
@@ -19,6 +19,7 @@ dependencies {
|
||||
compileOnly(intellijCoreDep())
|
||||
runtime(projectRuntimeJar(":kotlin-compiler"))
|
||||
runtime(project(":kotlin-reflect"))
|
||||
testCompile(commonDep("junit"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -30,3 +31,5 @@ publish()
|
||||
|
||||
standardPublicJars()
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
|
||||
@@ -33,6 +33,6 @@ publish()
|
||||
standardPublicJars()
|
||||
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -23,4 +23,6 @@ dependencies {
|
||||
sourceSets {
|
||||
"main" { }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
}
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
Reference in New Issue
Block a user