Skip to content

Commit

Permalink
Add pigweed deps to testAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek authored and mbknust committed Feb 5, 2024
1 parent 0058707 commit 1124808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/access/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

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

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

Expand All @@ -25,5 +26,6 @@ chip_test_suite("tests") {
public_deps = [
"${chip_root}/src/access",
"${chip_root}/src/lib/support:test_utils",
"${dir_pw_unit_test}",
]
}

0 comments on commit 1124808

Please sign in to comment.