Skip to content

Commit

Permalink
First commit for BDX message utilities
Browse files Browse the repository at this point in the history
- establish directory for BDX
- add BDXMessageUtils files
- add unit tests for BDXMessageUtils
- edit BUILD.gn files to build BDX directory and tests
  • Loading branch information
holbrookt committed Feb 3, 2021
1 parent 557ed80 commit 1380530
Show file tree
Hide file tree
Showing 9 changed files with 903 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if (chip_build_tests) {
"${chip_root}/src/protocols/bdx/tests",
"${chip_root}/src/setup_payload/tests",
"${chip_root}/src/system/tests",
"${chip_root}/src/transport/bdx/tests",
"${chip_root}/src/transport/raw/tests",
"${chip_root}/src/transport/retransmit/tests",
"${chip_root}/src/transport/tests",
Expand Down
1 change: 1 addition & 0 deletions src/transport/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static_library("transport") {
"${chip_root}/src/lib/mdns",
"${chip_root}/src/lib/support",
"${chip_root}/src/platform",
"${chip_root}/src/transport/bdx",
"${chip_root}/src/transport/raw",
]
}
Loading

0 comments on commit 1380530

Please sign in to comment.