Add missing scripting tests to the global task, make them parallel

This commit is contained in:
Ilya Chernikov
2019-05-03 17:20:49 +02:00
parent 29ba650c77
commit 1dd197f201
4 changed files with 9 additions and 2 deletions
@@ -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
}