Migrate the unit tests at `bluetooth/init` to use the new ztest API. Signed-off-by: Tristan Honscheid <honscheid@google.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_USE_DEBUG_KEYS=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|