Move common test parts to tests-common. Minify test jar dependencies

This commit is contained in:
Mikhael Bogdanov
2017-11-27 16:23:13 +01:00
parent acbf53c42e
commit f529069077
43 changed files with 16 additions and 21 deletions
-1
View File
@@ -3,7 +3,6 @@ apply { plugin("kotlin") }
dependencies {
testCompile(projectTests(":compiler:tests-common"))
testRuntime(projectTests(":compiler"))
}
sourceSets {