tests: Tag console tests with additional tags
semihost test is now tagged semihost, uart console with uart Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
c0435dbbb4
commit
c652996c31
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ common:
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.console.uart:
|
drivers.console.uart:
|
||||||
tags: drivers console
|
tags: drivers console uart
|
||||||
filter: CONFIG_UART_CONSOLE
|
filter: CONFIG_UART_CONSOLE
|
||||||
drivers.console.semihost:
|
drivers.console.semihost:
|
||||||
tags: drivers console
|
tags: drivers console semihost
|
||||||
arch_allow: arm arm64 riscv32 riscv64
|
arch_allow: arm arm64 riscv32 riscv64
|
||||||
platform_type:
|
platform_type:
|
||||||
- qemu
|
- qemu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue