Added a test for having UTF-8 characters in Kconfig values. This ensures that issue https://github.com/zephyrproject-rtos/zephyr/issues/6649 does not affect any supported platforms and that it does not re-appear in the future. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
29 lines
714 B
YAML
29 lines
714 B
YAML
tests:
|
|
test_debug:
|
|
build_only: true
|
|
extra_args: CONF_FILE=debug.conf
|
|
tags: apps
|
|
test_newlib:
|
|
build_only: true
|
|
extra_args: CONF_FILE=newlib.conf
|
|
tags: apps
|
|
test_runtime_nmi:
|
|
arch_whitelist: arm
|
|
build_only: true
|
|
extra_args: CONF_FILE=runtime_nmi.conf
|
|
tags: apps
|
|
test_gdb_server:
|
|
build_only: true
|
|
extra_configs:
|
|
- CONFIG_GDB_SERVER=y
|
|
test_mcuboot_bootloader:
|
|
build_only: true
|
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
|
extra_configs:
|
|
- CONFIG_BOOTLOADER_MCUBOOT=y
|
|
test_utf8_in_kconfig_values:
|
|
build_only: true
|
|
tags: apps
|
|
extra_configs:
|
|
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
|