Skip to content

Commit

Permalink
pw_containers: Add missing dependency
Browse files Browse the repository at this point in the history
Change-Id: Ic31369374d5a82da129c0de0c761c80f3ea51b31
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232023
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Aug 26, 2024
1 parent 8fa1385 commit 871fd5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pw_containers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ pw_cc_test(
],
deps = [
":inline_var_len_entry_queue",
"//pw_assert",
"//pw_bytes",
],
)
Expand Down
1 change: 1 addition & 0 deletions pw_containers/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ pw_test("inline_var_len_entry_queue_test") {
]
deps = [
":inline_var_len_entry_queue",
dir_pw_assert,
dir_pw_bytes,
]

Expand Down
1 change: 1 addition & 0 deletions pw_containers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ pw_add_test(pw_containers.inline_var_len_entry_queue_test
pw_containers_private/inline_var_len_entry_queue_test_oracle.h
inline_var_len_entry_queue_test.cc
PRIVATE_DEPS
pw_assert
pw_bytes
pw_containers.inline_var_len_entry_queue
)
Expand Down

0 comments on commit 871fd5f

Please sign in to comment.