Skip to content

Commit f6905b7

Browse files
Thalleyhenrikbrixandersen
authored andcommitted
tests: Bluetooth: Shell: Add bluetooth.shell.audio.no_assert
Add a test case that disables asserts to ensure that the BT shell with audio can be built without compiler warnings/errors when asserts are disabled. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 5fa605a commit f6905b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/bluetooth/shell/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,3 +445,9 @@ tests:
445445
extra_configs:
446446
- CONFIG_BT_CCP_CALL_CONTROL_SERVER=n
447447
tags: bluetooth
448+
bluetooth.shell.audio.no_assert:
449+
extra_args: CONF_FILE="audio.conf"
450+
build_only: true
451+
extra_configs:
452+
- CONFIG_ASSERT=n
453+
tags: bluetooth

0 commit comments

Comments
 (0)