zephyr/tests/misc/test_build/testcase.yaml
Anas Nashif 74c573635f samples/tests: filter based on toolchain features
Do not run with toolchains that do not support newlib.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-02-07 22:46:10 -06:00

27 lines
710 B
YAML

tests:
test_debug:
build_only: true
extra_args: CONF_FILE=debug.conf
tags: build_test
test_newlib:
build_only: true
extra_args: CONF_FILE=newlib.conf
tags: build_test
filter: TOOLCHAIN_HAS_NEWLIB == 1
test_runtime_nmi:
arch_whitelist: arm
build_only: true
extra_args: CONF_FILE=runtime_nmi.conf
tags: build_test
test_mcuboot_bootloader:
tags: build_test
build_only: true
platform_whitelist: nrf51_pca10028 nrf52_pca10040
extra_configs:
- CONFIG_BOOTLOADER_MCUBOOT=y
test_utf8_in_kconfig_values:
build_only: true
tags: build_test
extra_configs:
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"