2020-01-02 15:54:13 +08:00
|
|
|
common:
|
|
|
|
tags: drivers console
|
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Hello World from Console"
|
|
|
|
|
|
|
|
tests:
|
|
|
|
drivers.console.uart:
|
|
|
|
tags: drivers console
|
|
|
|
filter: CONFIG_UART_CONSOLE
|
|
|
|
drivers.console.semihost:
|
|
|
|
tags: drivers console
|
|
|
|
arch_whitelist: arm
|
2020-05-11 17:51:43 +08:00
|
|
|
filter: CONFIG_CPU_CORTEX_M and CONFIG_QEMU_TARGET
|
2020-01-02 15:54:13 +08:00
|
|
|
extra_args: CONF_FILE=prj_semihost.conf
|