We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2f2c3 commit fd6c447Copy full SHA for fd6c447
build/chip/chip_test_suite.gni
@@ -54,7 +54,7 @@ template("chip_test_suite") {
54
_suite_name = target_name
55
56
exclude_variables = [ "tests" ]
57
- if (chip_link_tests) {
+ if (chip_link_tests && chip_device_platform != "darwin") {
58
# Common library shouldn't have all the individual unit tests, only the common sources.
59
exclude_variables += [ "test_sources" ]
60
} else {
0 commit comments