From 547c73332ac30fddd3b7f0e80fb2e7a9f6943215 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Mon, 1 Dec 2025 11:54:24 -0800 Subject: [PATCH] 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 --- tests/subsys/shell/shell_backend_uart/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/shell/shell_backend_uart/prj.conf b/tests/subsys/shell/shell_backend_uart/prj.conf index 0b87be611d833..ac4a7c4e7b584 100644 --- a/tests/subsys/shell/shell_backend_uart/prj.conf +++ b/tests/subsys/shell/shell_backend_uart/prj.conf @@ -7,3 +7,4 @@ CONFIG_SHELL_METAKEYS=n CONFIG_LOG=n CONFIG_ZTEST=y CONFIG_EMUL=y +CONFIG_UART_SHELL=y