Turn on running Kotlin/Native-specific tests
This commit is contained in:
@@ -577,6 +577,14 @@ tasks {
|
|||||||
dependsOn(":jps-plugin:test")
|
dependsOn(":jps-plugin:test")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
register("konan-tests") {
|
||||||
|
dependsOn("dist")
|
||||||
|
dependsOn(
|
||||||
|
":kotlin-native:kotlin-native-library-reader:test",
|
||||||
|
":kotlin-native:commonizer:test"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
register("idea-plugin-main-tests") {
|
register("idea-plugin-main-tests") {
|
||||||
dependsOn("dist")
|
dependsOn("dist")
|
||||||
dependsOn(":idea:test")
|
dependsOn(":idea:test")
|
||||||
@@ -634,6 +642,7 @@ tasks {
|
|||||||
dependsOn(
|
dependsOn(
|
||||||
"idea-plugin-tests",
|
"idea-plugin-tests",
|
||||||
"jps-tests",
|
"jps-tests",
|
||||||
|
"konan-tests",
|
||||||
"plugins-tests",
|
"plugins-tests",
|
||||||
"android-ide-tests",
|
"android-ide-tests",
|
||||||
":generators:test"
|
":generators:test"
|
||||||
|
|||||||
Reference in New Issue
Block a user