Add tests-spec module with basic gradle configuration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile(projectTests(":compiler"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
@@ -132,6 +132,7 @@ include ":kotlin-build-common",
|
||||
":kotlin-reflect-api",
|
||||
":kotlin-ant",
|
||||
":compiler:tests-java8",
|
||||
":compiler:tests-spec",
|
||||
":generators",
|
||||
":generators:test-generator",
|
||||
":tools:binary-compatibility-validator",
|
||||
|
||||
Reference in New Issue
Block a user