Skip to content

Commit

Permalink
Move minimal mdns test to the minimal mdns test dir. (project-chip#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 Jun 14, 2021
1 parent 26e00e1 commit a4b4b12
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 a4b4b12

Please sign in to comment.