Fix tests in the new build infrastructure
This commit is contained in:
+23
-23
@@ -6,7 +6,7 @@ apply { plugin("kotlin") }
|
||||
//}
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlin-stdlib"))
|
||||
compile(projectDist(":kotlin-stdlib"))
|
||||
compile(project(":compiler:frontend"))
|
||||
compile(project(":compiler:frontend.java"))
|
||||
compile(project(":compiler:light-classes"))
|
||||
@@ -15,30 +15,30 @@ dependencies {
|
||||
testCompile(project(":idea"))
|
||||
testCompile(project(":idea:idea-test-framework"))
|
||||
testCompile(project(":compiler:light-classes"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(project(":compiler.tests-common"))
|
||||
// testRuntime(project(":idea:idea-android"))
|
||||
// testRuntime(project(":plugins:android-extensions-idea"))
|
||||
// testRuntime(project(":plugins:sam-with-receiver-ide"))
|
||||
// testRuntime(project(":plugins:allopen-ide"))
|
||||
// testRuntime(project(":plugins:noarg-ide"))
|
||||
testRuntime(project(":idea:idea-android"))
|
||||
testRuntime(project(":plugins:android-extensions-idea"))
|
||||
testRuntime(project(":plugins:sam-with-receiver-ide"))
|
||||
testRuntime(project(":plugins:allopen-ide"))
|
||||
testRuntime(project(":plugins:noarg-ide"))
|
||||
testRuntime(ideaSdkDeps("*.jar"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "junit"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "Groovy"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "coverage"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "maven"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "android"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "junit"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "IntelliLang"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "copyright"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "java-i18n"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "coverage"))
|
||||
// testRuntime(ideaPluginDeps("*.jar", plugin = "java-decompiler"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "Groovy"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "coverage"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "maven"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "android"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "junit"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "IntelliLang"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "copyright"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "java-i18n"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "coverage"))
|
||||
testRuntime(ideaPluginDeps("*.jar", plugin = "java-decompiler"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user