Skip to content

Commit

Permalink
[cryptotest/sival] add hash test dependencies to pentest build
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Torok <[email protected]>
  • Loading branch information
RyanTorok authored and milesdai committed Feb 23, 2024
1 parent 92403e6 commit eecd9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/device/tests/crypto/cryptotest/firmware/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ opentitan_test(
deps = [
":aes",
":aes_sca",
":hash",
":ibex_fi",
":kmac_sca",
":prng_sca",
Expand All @@ -212,6 +213,7 @@ opentitan_test(
"//sw/device/lib/ujson",
"//sw/device/tests/crypto/cryptotest/json:aes_commands",
"//sw/device/tests/crypto/cryptotest/json:commands",
"//sw/device/tests/crypto/cryptotest/json:hash_commands",
"//sw/device/tests/crypto/cryptotest/json:ibex_fi_commands",
],
)

0 comments on commit eecd9b7

Please sign in to comment.