Commit 0603637f authored by Benedikt Schmidt's avatar Benedikt Schmidt Committed by Benjamin Cabé
Browse files

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: default avatarBenedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
parent 2382d239
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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