Skip to content

Commit cb8eace

Browse files
Replaced nlunit-test with pw_unit_test in src/lib/asn1/ (#33061)
* Replaced nlunit-test with pw_unit_test in src/lib/asn1/ * Restyled by clang-format * Split complicated test assertion --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent a53c7a1 commit cb8eace

File tree

4 files changed

+99
-130
lines changed

4 files changed

+99
-130
lines changed

src/lib/asn1/tests/BUILD.gn

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,21 +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 = "libASN1Tests"
2322

2423
test_sources = [ "TestASN1.cpp" ]
2524

2625
public_deps = [
2726
"${chip_root}/src/lib/asn1",
2827
"${chip_root}/src/lib/core",
29-
"${chip_root}/src/lib/support:testing_nlunit",
3028
"${chip_root}/src/platform",
31-
"${nlunit_test_root}:nlunit-test",
3229
]
3330

3431
cflags = [ "-Wconversion" ]

0 commit comments

Comments
 (0)