To exclude platform platform_exclude=foo should be used and not platform_whitelist=!foo. Change-Id: I4cddcd3b73e0bd8c42a0726776f8237ebd79a6ae Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
13 lines
237 B
INI
13 lines
237 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
|
|
platform_exclude = arduino_due
|