Skip to content

Commit

Permalink
Replace nl-unit-test with pigweed for system user_directed_commission…
Browse files Browse the repository at this point in the history
…ing (#33163)

* user_directed_commissioning tests to pw

* if 0

* update openiotsdk test list

---------

Co-authored-by: Arkadiusz Bokowy <[email protected]>
  • Loading branch information
jlatusek and arkq authored Apr 25, 2024
1 parent 8b21ecf commit 6d9dfe9
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 189 deletions.
5 changes: 1 addition & 4 deletions src/protocols/user_directed_commissioning/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,18 @@

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")
import("//build_overrides/nlunit_test.gni")

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

chip_test_suite_using_nltest("tests") {
chip_test_suite("tests") {
output_name = "libUserDirectedCommissioningTests"

test_sources = [ "TestUdcMessages.cpp" ]

public_deps = [
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/support",
"${chip_root}/src/lib/support:testing_nlunit",
"${chip_root}/src/protocols",
"${nlunit_test_root}:nlunit-test",
]

cflags = [ "-Wconversion" ]
Expand Down
Loading

0 comments on commit 6d9dfe9

Please sign in to comment.