tests: bluetooth: shell: Add test case to build shell with plm
Path loss monitoring was not being enabled anywhere, meaning that issues could be merged in without catching the issue. This commit adds a test case to build the shell with path loss monitoring enabled to catch issues. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
This commit is contained in:
parent
2e7c488484
commit
022d339f67
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ tests:
|
|||
platform_allow:
|
||||
- native_sim
|
||||
build_only: true
|
||||
bluetooth.shell.path_loss_monitoring:
|
||||
extra_configs:
|
||||
- CONFIG_BT_PATH_LOSS_MONITORING=y
|
||||
- CONFIG_BT_CTLR=n
|
||||
platform_allow:
|
||||
- native_posix
|
||||
build_only: true
|
||||
bluetooth.shell.subrating:
|
||||
extra_configs:
|
||||
- CONFIG_BT_SUBRATING=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue