Update the unittests for feature exchange to use the new ZTEST API Here we only update the feature exchange procedure. The remaining unittests will be done in a next PR Mocks, helper routines and the Unit Under Test are splitted out as a library instead of adding them to the file list Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
31 lines
523 B
Plaintext
31 lines
523 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|
|
CONFIG_ASSERT_VERBOSE=y
|
|
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_HCI=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
|
|
CONFIG_BT_LLL_VENDOR_NORDIC=y
|
|
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CTLR_PERIPHERAL_ISO=y
|
|
CONFIG_BT_CTLR_CENTRAL_ISO=y
|
|
|
|
CONFIG_BT_ASSERT=y
|
|
CONFIG_BT_CTLR_ASSERT_HANDLER=y
|
|
|
|
CONFIG_BT_CTLR_PER_INIT_FEAT_XCHG=y
|
|
CONFIG_BT_CTLR_SCA_UPDATE=y
|
|
CONFIG_BT_SCA_UPDATE=y
|
|
|
|
CONFIG_BT_PHY_UPDATE=y
|
|
CONFIG_BT_CTLR_PHY_2M=y
|
|
CONFIG_BT_CTLR_PHY_CODED=y
|