Add ObjCExport tests to :backend.native:tests:sanity
This commit is contained in:
committed by
SvyatoslavScherbina
parent
d182b098a6
commit
4fe153721b
@@ -242,6 +242,10 @@ task sanity {
|
||||
task.getDependsOn().every { !platformLibsTasks.contains(it) } &&
|
||||
task.name != "library_mismatch" // This test requires the wasm32 stdlib which is unavailable during a sanity run.
|
||||
})
|
||||
|
||||
dependsOn(tasksOf(FrameworkTest) { task ->
|
||||
task.getDependsOn().every { !platformLibsTasks.contains(it) }
|
||||
})
|
||||
}
|
||||
|
||||
// Collect reports in one json.
|
||||
|
||||
Reference in New Issue
Block a user