Browse Source

tests: misc: test_build: add testcase for LTO with picolibc module

Add a testcase which builds with LTO and the picolibc module.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
pull/83345/head
Benedikt Schmidt 8 months ago committed by Benjamin Cabé
parent
commit
0603637fc7
  1. 8
      tests/misc/test_build/testcase.yaml

8
tests/misc/test_build/testcase.yaml

@ -28,3 +28,11 @@ tests: @@ -28,3 +28,11 @@ tests:
- native_sim
extra_configs:
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
buildsystem.lto.picolibc_module:
build_only: true
platform_allow:
- nucleo_f746zg
extra_configs:
- CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
- CONFIG_LTO=y
- CONFIG_PICOLIBC_USE_MODULE=y

Loading…
Cancel
Save