Extract GenerateCompilerTests out of GenerateTests

Rename the run configuration "Generate Tests" -> "Generate All Tests"
This commit is contained in:
Alexander Udalov
2017-10-19 19:02:42 +02:00
parent d0274c3c53
commit 8695c6a1e4
9 changed files with 409 additions and 350 deletions
@@ -1,6 +1,8 @@
apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
testCompile(project(":core:util.runtime"))
testCompile(projectTests(":compiler:tests-common"))