mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 12:01:56 +00:00
This enables using coap-observe-client with Bluetooth by passing CONF_FILE=prj_bt.conf, it is also enabled for testing so changes to coap-observe-client are actually tested with NETWORKING_WITH_BT. Change-Id: I02705f855c1974b065557986f9b231201ba310a7 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
20 lines
355 B
INI
20 lines
355 B
INI
[test-nano]
|
|
tags = net
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
platform_whitelist = qemu_x86
|
|
|
|
[test-micro]
|
|
tags = net
|
|
build_only = true
|
|
extra_args = KERNEL_TYPE=micro
|
|
arch_whitelist = x86
|
|
platform_whitelist = qemu_x86
|
|
|
|
[test_bt]
|
|
tags = net,bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_bt.conf"
|
|
arch_whitelist = x86
|
|
platform_whitelist = qemu_x86
|