tests: console: extend semihost_console testing
With SEMIHOST_CONSOLE now being supported on all ARM, ARM64 and RISC-V architectures, extend the testing to cover these cases. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
685e53231f
commit
37aa5fa90a
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ tests:
|
|||
filter: CONFIG_UART_CONSOLE
|
||||
drivers.console.semihost:
|
||||
tags: drivers console
|
||||
arch_allow: arm
|
||||
filter: CONFIG_CPU_CORTEX_M and CONFIG_QEMU_TARGET
|
||||
arch_allow: arm arm64 riscv32 riscv64
|
||||
filter: CONFIG_QEMU_TARGET
|
||||
extra_args: CONF_FILE=prj_semihost.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue