Fixes after rebase
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
172a29ba04
commit
2dc4769c0a
@@ -10,6 +10,7 @@ dependencies {
|
|||||||
compileOnly(project(":compiler:frontend.java"))
|
compileOnly(project(":compiler:frontend.java"))
|
||||||
compileOnly(project(":js:js.serializer"))
|
compileOnly(project(":js:js.serializer"))
|
||||||
compileOnly(project(":js:js.frontend"))
|
compileOnly(project(":js:js.frontend"))
|
||||||
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "util") }
|
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "util") }
|
||||||
compileOnly(project(":kotlin-reflect-api"))
|
compileOnly(project(":kotlin-reflect-api"))
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ dependencies {
|
|||||||
antLauncherJar(files(toolsJar()))
|
antLauncherJar(files(toolsJar()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" {}
|
"main" {}
|
||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
@@ -78,19 +77,6 @@ projectTest("quickTest") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ant.importBuild(File(rootDir, "node_utils.xml"))
|
|
||||||
|
|
||||||
val prepareNode: Task = tasks["download-nodejs-and-npm"]
|
|
||||||
prepareNode.apply {
|
|
||||||
outputs.upToDateWhen { File(rootDir, "dependencies/node").exists() }
|
|
||||||
}
|
|
||||||
|
|
||||||
projectTest("nodeTest") {
|
|
||||||
workingDir = rootDir
|
|
||||||
dependsOn(prepareNode)
|
|
||||||
dependsOn("run-nodejs-tests")
|
|
||||||
}
|
|
||||||
|
|
||||||
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateJsTestsKt")
|
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateJsTestsKt")
|
||||||
val testDataDir = project(":js:js.translator").projectDir.resolve("testData")
|
val testDataDir = project(":js:js.translator").projectDir.resolve("testData")
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ dependencies {
|
|||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
testRuntime(ideaSdkDeps("*.jar"))
|
testRuntime(intellijDep())
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user