Skip to content

Commit

Permalink
tests: misc: iterable_sections: Add CMake linker test case
Browse files Browse the repository at this point in the history
Add a test with CONFIG_CMAKE_LINKER_GENERATOR enabled.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt authored and carlescufi committed May 13, 2024
1 parent 6b048fd commit ff58bd0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/misc/iterable_sections/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
common:
tags: iterable_sections

tests:
linker.iterable_sections:
tags: iterable_sections
arch_exclude: xtensa

linker.iterable_sections.linker_generator:
platform_allow: qemu_cortex_m3
tags: linker_generator
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y

0 comments on commit ff58bd0

Please sign in to comment.