From 37aa5fa90a563c6fa97e5d1722cdaba553904244 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Fri, 1 Apr 2022 11:45:22 +1000 Subject: [PATCH] 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 --- tests/drivers/console/testcase.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/drivers/console/testcase.yaml b/tests/drivers/console/testcase.yaml index c6c753c998b..59520982cad 100644 --- a/tests/drivers/console/testcase.yaml +++ b/tests/drivers/console/testcase.yaml @@ -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