Adding shell_rtt.c to sanity check - related to issue #12860. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
19 lines
534 B
YAML
19 lines
534 B
YAML
sample:
|
|
name: Shell Sample
|
|
tests:
|
|
test:
|
|
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
|
|
tags: shell
|
|
harness: keyboard
|
|
min_ram: 40
|
|
test_minimal:
|
|
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal.conf"
|
|
test_minimal_rtt:
|
|
filter: ( CONFIG_RTT_CONSOLE and CONFIG_HAS_SEGGER_RTT and CONFIG_USE_SEGGER_RTT)
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal_rtt.conf"
|