[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:
Dmitriy Dolovov
2022-04-08 11:36:31 +03:00
parent 349c17786e
commit b5efbac704
@@ -184,6 +184,7 @@ run {
dependsOn(tasksOf(FileCheckTest))
}
dependsOn(":kotlin-native:Interop:Indexer:check")
dependsOn(":kotlin-native:Interop:StubGenerator:check")
}
task sanity {