Turn on running Kotlin/Native-specific tests
This commit is contained in:
@@ -577,6 +577,14 @@ tasks {
|
||||
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") {
|
||||
dependsOn("dist")
|
||||
dependsOn(":idea:test")
|
||||
@@ -634,6 +642,7 @@ tasks {
|
||||
dependsOn(
|
||||
"idea-plugin-tests",
|
||||
"jps-tests",
|
||||
"konan-tests",
|
||||
"plugins-tests",
|
||||
"android-ide-tests",
|
||||
":generators:test"
|
||||
|
||||
Reference in New Issue
Block a user