Skip to content

Commit

Permalink
Fix header dependency in CHIPCert (project-chip#16488)
Browse files Browse the repository at this point in the history
* Add header dependency since CHIPCert uses the generated header

* Fix typo

* Correct the path for compilation

* Move dependency into tests: they include FabricTable and ChipCert
  • Loading branch information
andy31415 authored Mar 21, 2022
1 parent 7d1256f commit 031fe2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/support/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ chip_test_suite("tests") {
cflags = [ "-Wconversion" ]

public_deps = [
"${chip_root}/src/credentials",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/support/jsontlv",
"${chip_root}/src/platform",
Expand Down

0 comments on commit 031fe2b

Please sign in to comment.