Native: support writing unit tests for Interop/Indexer
This commit is contained in:
committed by
Space
parent
b603f99863
commit
ae349846e1
@@ -201,6 +201,7 @@ run {
|
||||
// Add regular gradle test tasks
|
||||
dependsOn(tasksOf(Test))
|
||||
dependsOn(tasksOf(CoverageTest))
|
||||
dependsOn(":kotlin-native:Interop:Indexer:check")
|
||||
}
|
||||
|
||||
task sanity {
|
||||
@@ -210,6 +211,7 @@ task sanity {
|
||||
// Add regular gradle test tasks
|
||||
dependsOn(tasksOf(Test))
|
||||
dependsOn(tasksOf(CoverageTest))
|
||||
dependsOn(":kotlin-native:Interop:Indexer:check")
|
||||
}
|
||||
|
||||
// Collect reports in one json.
|
||||
|
||||
Reference in New Issue
Block a user