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:
Jordan Yates 2022-04-01 11:45:22 +10:00 committed by Carles Cufí
commit 37aa5fa90a

View file

@ -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