Skip to content

Commit 98178b3

Browse files
committed
Replaced nlunit-test with pw_unit_test in src/lib/dnssd/tests/
1 parent b4650b9 commit 98178b3

5 files changed

+544
-615
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 += [

0 commit comments

Comments
 (0)