Skip to content

Commit

Permalink
[SiVal, spi] Fix bazel target in testplan
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit cb393e8)
  • Loading branch information
engdoreis committed Nov 27, 2024
1 parent b8c681a commit 3a4d766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/top_earlgrey/data/ip/chip_spi_host_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
stage: V3
si_stage: SV3
lc_states: ["PROD"]
tests: ["//sw/device/tests:spi_passthru_test"]
bazel: []
tests: []
bazel: ["//sw/device/tests:spi_passthru_test"]
}
{
name: chip_sw_spi_host_configuration
Expand Down

0 comments on commit 3a4d766

Please sign in to comment.