Add a test that checks behavior of CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE Kconfig option. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
12 lines
233 B
YAML
12 lines
233 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- host
|
|
tests:
|
|
bluetooth.host.conn.test_default:
|
|
type: unit
|
|
bluetooth.host.conn.check_null_before_create:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE=y
|