Tags should be separated with spaces no with comma. Change-Id: I5381200bcd0caf59f3601ec849d698966c734a28 Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
14 lines
274 B
INI
14 lines
274 B
INI
[test_x86]
|
|
tags = bluetooth net
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
# FIXME Doesn't work for ia32_pci
|
|
filter = CONFIG_SOC == "ia32"
|
|
|
|
[test_arm]
|
|
tags = bluetooth net
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
filter = not CONFIG_SOC_STM32F103RB
|