mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 08:21:57 +00:00
The online help ./scripts/sanitycheck --help describes usage. Most users will simply want to run with no arguments. Change-Id: Icedbbfc22599a64a6e3dbbb808ff3276db06f2e0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
13 lines
212 B
INI
13 lines
212 B
INI
[test_x86]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
# FIXME Doesn't work for ia32_pci
|
|
config_whitelist = CONFIG_PLATFORM="ia32"
|
|
|
|
[test_arm]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
|