Skip to content

Commit

Permalink
convert TestCHIPArgParser test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed May 1, 2024
1 parent 47873d3 commit 6e57610
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 134 deletions.
4 changes: 4 additions & 0 deletions src/lib/support/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ chip_test_suite("tests") {
"TestVariant.cpp",
"TestZclString.cpp",
]
if (current_os != "mbed") {
test_sources += [ "TestCHIPArgParser.cpp" ]
}

sources = []

cflags = [
Expand Down
Loading

0 comments on commit 6e57610

Please sign in to comment.