Support parallelization in another IDE tests
This commit is contained in:
@@ -35,6 +35,6 @@ testsJar {}
|
||||
|
||||
dist(targetName = the<BasePluginConvention>().archivesBaseName.removePrefix("kotlin-") + ".jar")
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ sourceSets {
|
||||
|
||||
testsJar {}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-android-extensions-runtime:dist")
|
||||
workingDir = rootDir
|
||||
useAndroidSdk()
|
||||
|
||||
@@ -45,7 +45,7 @@ sourceSets {
|
||||
|
||||
testsJar {}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
dependsOn(":dist")
|
||||
}
|
||||
|
||||
@@ -23,3 +23,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
projectTest(parallel = true) {
|
||||
|
||||
}
|
||||
@@ -36,6 +36,6 @@ testsJar()
|
||||
|
||||
dist(targetName = the<BasePluginConvention>().archivesBaseName.removePrefix("kotlin-") + ".jar")
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ dist {
|
||||
rename("kotlin-", "")
|
||||
}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-stdlib:jvm-minimal-for-test:dist")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ sourceSets {
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
|
||||
@@ -59,6 +59,6 @@ sourceSets {
|
||||
|
||||
testsJar {}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = false) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user