Skip to content

Commit

Permalink
tests: misc: test_build: add testcase for LTO with picolibc module
Browse files Browse the repository at this point in the history
Add a testcase which builds with LTO and the picolibc module.

Signed-off-by: Benedikt Schmidt <[email protected]>
  • Loading branch information
benediktibk committed Dec 12, 2024
1 parent e1b4320 commit 00dd0c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/misc/test_build/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00dd0c2

Please sign in to comment.