zephyr/samples/net/coap_server/testcase.ini

22 lines
384 B
INI
Raw Normal View History

[test-nano]
tags = net
build_only = true
arch_whitelist = x86
platform_whitelist = qemu_x86
kernel = nano
[test-micro]
tags = net
build_only = true
extra_args = KERNEL_TYPE=micro
kernel = 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