Skip to content

Commit

Permalink
Changes restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ATmobica committed Nov 9, 2021
1 parent 548b113 commit d5d4a52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ if (chip_build_tests) {
"${chip_root}/src/transport/retransmit/tests",
]

if (current_os != "mbed")
{
if (current_os != "mbed") {
deps += [
"${chip_root}/src/lib/dnssd/minimal_mdns/core/tests",
"${chip_root}/src/lib/dnssd/minimal_mdns/responders/tests",
"${chip_root}/src/lib/dnssd/minimal_mdns/tests",
"${chip_root}/src/lib/dnssd/tests"
"${chip_root}/src/lib/dnssd/minimal_mdns/core/tests",
"${chip_root}/src/lib/dnssd/minimal_mdns/responders/tests",
"${chip_root}/src/lib/dnssd/minimal_mdns/tests",
"${chip_root}/src/lib/dnssd/tests",
]
}

Expand Down
3 changes: 2 additions & 1 deletion src/platform/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ if (chip_device_platform != "none" && chip_device_platform != "fake") {
tests = [ "TestCHIPoBLEStackMgr" ]
}

if (current_os == "zephyr" || current_os == "android" || current_os == "mbed") {
if (current_os == "zephyr" || current_os == "android" ||
current_os == "mbed") {
test_sources += [ "TestKeyValueStoreMgr.cpp" ]
}

Expand Down

0 comments on commit d5d4a52

Please sign in to comment.