Skip to content

Commit 0aefb34

Browse files
committed
Added comment re darwin exception
1 parent fd6c447 commit 0aefb34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/chip/chip_test_suite.gni

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ template("chip_test_suite") {
5757
if (chip_link_tests && chip_device_platform != "darwin") {
5858
# Common library shouldn't have all the individual unit tests, only the common sources.
5959
exclude_variables += [ "test_sources" ]
60+
61+
# NOTE: For `Build on Darwin (clang, python_lib, simulated)` the test_sources must be in common lib.
6062
} else {
6163
# Common library should have all the individual unit tests, in addition to the common sources.
6264
if (!defined(invoker.sources)) {

0 commit comments

Comments
 (0)