Skip to content

Commit

Permalink
Move minimal mdns test to the minimal mdns test dir. (#7608)
Browse files Browse the repository at this point in the history
Trying to test this in the overall mdns tests fails in builds that are
not using minimal mdns, because the tests here don't pull in the
minimal mdns libraries in that case.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 4, 2021
1 parent 7ab4bb6 commit 1100456
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/mdns/minimal/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ chip_test_suite("tests") {
output_name = "libMinimalMdnstests"

test_sources = [
"TestMinimalMdnsAllocator.cpp",
"TestQueryReplyFilter.cpp",
"TestRecordData.cpp",
"TestResponseSender.cpp",
Expand Down
1 change: 0 additions & 1 deletion src/lib/mdns/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ chip_test_suite("tests") {
output_name = "libMdnsTests"

test_sources = [
"TestMinimalMdnsAllocator.cpp",
"TestServiceNaming.cpp",
"TestTxtFields.cpp",
]
Expand Down

0 comments on commit 1100456

Please sign in to comment.