Skip to content

Commit 0cb3d31

Browse files
cvinayakcarlescufi
authored andcommitted
tests: Bluetooth: Controller: Cover in-system tests in CI
Include the in-system tests Kconfig option in build-only and babblesim tests. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent b329d19 commit 0cb3d31

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/bluetooth/bsim_bt/bsim_test_iso/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CONFIG_BT_PER_ADV_SYNC=y
99
CONFIG_BT_CTLR_ADV_EXT=y
1010
CONFIG_BT_CTLR_ADV_ISO=y
1111
CONFIG_BT_CTLR_SYNC_ISO=y
12+
13+
CONFIG_BT_CTLR_TEST=y

tests/bluetooth/init/prj_ctlr_dbg.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ CONFIG_BT_CTLR_GPIO_LNA=y
3535
CONFIG_BT_CTLR_GPIO_LNA_PIN=27
3636
CONFIG_BT_CTLR_PROFILE_ISR=y
3737
CONFIG_BT_CTLR_DEBUG_PINS=y
38+
CONFIG_BT_CTLR_TEST=y
3839
CONFIG_BT_HCI_VS_EXT=y
3940
CONFIG_BT_HCI_MESH_EXT=n
4041
CONFIG_BT_PERIPHERAL=y

0 commit comments

Comments
 (0)