Skip to content

Commit 547c733

Browse files
committed
tests: shell: also build UART shell for coverage
This enables building the UART shell alongside with the UART backend test. The UART shell source file was not built in CI before this, so this will provide build coverage. Signed-off-by: Daniel Leung <[email protected]>
1 parent b676f6b commit 547c733

File tree

1 file changed

+1
-0
lines changed
  • tests/subsys/shell/shell_backend_uart

1 file changed

+1
-0
lines changed

tests/subsys/shell/shell_backend_uart/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_SHELL_METAKEYS=n
77
CONFIG_LOG=n
88
CONFIG_ZTEST=y
99
CONFIG_EMUL=y
10+
CONFIG_UART_SHELL=y

0 commit comments

Comments
 (0)