Skip to content

Commit 9cfc546

Browse files
Thalleykartben
authored andcommitted
Bluetooth: Audio: Shell: Add logging and testing build tests
Added a test for disabled logging and for diabled testing to ensure that the shell builds without error when those are disbaled. Signed-off-by: Emil Gydesen <[email protected]>
1 parent a0b1e75 commit 9cfc546

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/bluetooth/shell/testcase.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ tests:
8686
extra_args: CONF_FILE="audio.conf"
8787
build_only: true
8888
tags: bluetooth
89+
bluetooth.shell.audio.no_testing:
90+
extra_args: CONF_FILE="audio.conf"
91+
build_only: true
92+
extra_configs:
93+
- CONFIG_BT_TESTING=n
94+
tags: bluetooth
95+
bluetooth.shell.audio.no_logs:
96+
extra_args: CONF_FILE="audio.conf"
97+
build_only: true
98+
extra_configs:
99+
- CONFIG_LOG=n
100+
tags: bluetooth
89101
bluetooth.shell.audio.no_vcs:
90102
extra_args: CONF_FILE="audio.conf"
91103
build_only: true

0 commit comments

Comments
 (0)