be19051248
Migrate the unit tests at `bluetooth/gatt` to use the new ztest API. Signed-off-by: Tristan Honscheid <honscheid@google.com>
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=n
|
|
CONFIG_BT_NO_DRIVER=y
|
|
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_GATT_DYNAMIC_DB=y
|