We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935c97d commit ff4bb4eCopy full SHA for ff4bb4e
src/BUILD.gn
@@ -120,7 +120,8 @@ if (chip_build_tests) {
120
tests += [ "${chip_root}/src/lib/dnssd/minimal_mdns/tests" ]
121
}
122
123
- if (chip_device_platform != "ameba" && chip_device_platform != "realtek_bee") {
+ if (chip_device_platform != "ameba" &&
124
+ chip_device_platform != "realtek_bee") {
125
tests += [ "${chip_root}/src/platform/tests" ]
126
127
0 commit comments