Migrate the unit tests at `bluetooth/l2cap` to use the new ztest API. Signed-off-by: Tristan Honscheid <honscheid@google.com>
13 lines
200 B
Plaintext
13 lines
200 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_SMP=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|