We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6c447 commit 0aefb34Copy full SHA for 0aefb34
build/chip/chip_test_suite.gni
@@ -57,6 +57,8 @@ template("chip_test_suite") {
57
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
+
61
+ # NOTE: For `Build on Darwin (clang, python_lib, simulated)` the test_sources must be in common lib.
62
} else {
63
# Common library should have all the individual unit tests, in addition to the common sources.
64
if (!defined(invoker.sources)) {
0 commit comments