Skip to content

Commit 0bb34b0

Browse files
authored
Replaced nlunit-test with pw_unit_test in src/lib/dnssd/tests/ (#33045)
* Replaced nlunit-test with pw_unit_test in src/lib/dnssd/tests/ * Update openiotsdk test components
1 parent 628d0f3 commit 0bb34b0

File tree

7 files changed

+545
-616
lines changed

7 files changed

+545
-616
lines changed

src/lib/dnssd/tests/BUILD.gn

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,18 @@
1414

1515
import("//build_overrides/build.gni")
1616
import("//build_overrides/chip.gni")
17-
import("//build_overrides/nlunit_test.gni")
1817

1918
import("${chip_root}/build/chip/chip_test_suite.gni")
2019

21-
chip_test_suite_using_nltest("tests") {
20+
chip_test_suite("tests") {
2221
output_name = "libMdnsTests"
2322

2423
test_sources = [
2524
"TestServiceNaming.cpp",
2625
"TestTxtFields.cpp",
2726
]
2827

29-
public_deps = [
30-
"${chip_root}/src/lib/dnssd",
31-
"${chip_root}/src/lib/support:testing_nlunit",
32-
"${nlunit_test_root}:nlunit-test",
33-
]
28+
public_deps = [ "${chip_root}/src/lib/dnssd" ]
3429

3530
if (chip_mdns == "minimal") {
3631
test_sources += [

src/lib/dnssd/tests/TestActiveResolveAttempts.cpp

+109-133
Large diffs are not rendered by default.

src/lib/dnssd/tests/TestIncrementalResolve.cpp

+127-162
Large diffs are not rendered by default.

src/lib/dnssd/tests/TestServiceNaming.cpp

+87-123
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)