Skip to content

Commit eb43364

Browse files
committed
Comment updates
1 parent bb792d6 commit eb43364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/chip/chip_test_suite.gni

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ template("chip_test_suite") {
7272
#++++x did we change the logic here? think about it for all cases that don't involve building efr32 test driver -- would should happen if chip_link_tests is true or false?
7373
# prior to me making my changes for efr32 test driver, was it was ok if the the test_sources were contained in both the common library and the individual libraries?
7474

75+
# Target for the common library. Contains all the common sources, and sometimes all the individual test sources.
7576
if (chip_build_test_static_libraries) {
7677
_target_type = "static_library"
7778
} else {
@@ -96,6 +97,8 @@ template("chip_test_suite") {
9697
public_deps += [ "${chip_root}/src/platform/logging:default" ]
9798
}
9899
}
100+
101+
# Build a source_set or a flashable executable for each individual unit test source, which also includes the common files.
99102
if (chip_link_tests || pw_test_builds_executable) {
100103
tests = []
101104

0 commit comments

Comments
 (0)