Skip to content

Commit 8053d77

Browse files
dcpleungnashif
authored andcommitted
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 fac6d51 commit 8053d77

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)