Skip to content

Commit 94ca476

Browse files
committed
[sw,tests] Add QEMU to spi_passthru_test
Depends on lowRISC/qemu#255 Signed-off-by: Alice Ziuziakowska <[email protected]>
1 parent 1139d23 commit 94ca476

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sw/device/tests/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5762,6 +5762,12 @@ opentitan_test(
57625762
""",
57635763
test_harness = "//sw/host/tests/chip/spi_device:spi_passthru",
57645764
),
5765+
qemu = qemu_params(
5766+
test_cmd = """
5767+
"{firmware:elf}"
5768+
""",
5769+
test_harness = "//sw/host/tests/chip/spi_device:spi_passthru",
5770+
),
57655771
silicon = silicon_params(
57665772
test_cmd = """
57675773
--bootstrap="{firmware}"

0 commit comments

Comments
 (0)