Add unit tests of the CCID functions. To support these new tests, the GATT mocks need to support dynamic GATT DB so we can add and remove a service that contains CCIDs. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
CONFIG_ZTEST=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_GATT_DYNAMIC_DB=y
|
|
CONFIG_BT_AUDIO=y
|
|
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|
|
CONFIG_ASSERT_VERBOSE=y
|
|
CONFIG_ASSERT_ON_ERRORS=y
|