tests: Added test for UTF-8 characters in Kconfig values
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>
This commit is contained in:
parent
777e0a1b86
commit
aad9ab4b11
|
@ -21,3 +21,8 @@ tests:
|
||||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BOOTLOADER_MCUBOOT=y
|
- 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_"
|
||||||
|
|
Loading…
Reference in a new issue