[Native][tests] Add stub generator tests to "run"
More details: Add ":kotlin-native:Interop:StubGenerator:check" as a dependency to ":kotlin-native:backend.native:tests:run" task. This task is already present in ":kotlin-native:backend.native:tests:sanity" and was missing in "run" just by accident.
This commit is contained in:
@@ -184,6 +184,7 @@ run {
|
||||
dependsOn(tasksOf(FileCheckTest))
|
||||
}
|
||||
dependsOn(":kotlin-native:Interop:Indexer:check")
|
||||
dependsOn(":kotlin-native:Interop:StubGenerator:check")
|
||||
}
|
||||
|
||||
task sanity {
|
||||
|
||||
Reference in New Issue
Block a user