mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 15:52:27 +00:00
Change-Id: I108639966d5bb66fb08d745155d692b82c304de1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
410 B
INI
20 lines
410 B
INI
[test]
|
|
tags = bluetooth
|
|
build_only = true
|
|
platform_whitelist = qemu_cortex_m3 qemu_x86
|
|
|
|
[test_nble]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_nble.conf"
|
|
filter = CONFIG_SOC_QUARK_SE_C1000
|
|
|
|
[test_br]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_br.conf"
|
|
arch_whitelist = x86
|
|
platform_exclude = quark_d2000_crb
|
|
# Do not run for debug daily build
|
|
filter = not CONFIG_DEBUG
|