zephyr/samples/bluetooth/peripheral/testcase.ini

20 lines
406 B
INI

[test_x86]
tags = bluetooth
build_only = true
arch_whitelist = x86
# FIXME Doesn't work for ia32_pci
config_whitelist = CONFIG_SOC="ia32"
[test_arm]
tags = bluetooth
build_only = true
arch_whitelist = arm
[test_nble]
tags = bluetooth
build_only = true
extra_args = CONF_FILE="prj_nble.conf" BOARD="arduino_101"
arch_whitelist = x86
config_whitelist = CONFIG_SOC_QUARK_SE
platform_whitelist = arduino_101