zephyr/tests/subsys/zbus/unittests/testcase.yaml
Pieter De Gendt 5e4e51de78 tests: zbus: unittests: Add CMAKE_LINKER_GENERATOR case
Add a test case where the CMAKE_LINKER_GENERATOR is used.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-07-09 12:02:51 +02:00

22 lines
595 B
YAML

tests:
message_bus.zbus.general_unittests:
platform_exclude: fvp_base_revc_2xaemv8a//smp/ns
tags: zbus
integration_platforms:
- native_sim
message_bus.zbus.general_unittests.linker_generator:
tags:
- linker_generator
- zbus
platform_allow:
- qemu_cortex_m3
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y
message_bus.zbus.general_unittests_without_priority_boost:
platform_exclude: fvp_base_revc_2xaemv8a//smp/ns
tags: zbus
integration_platforms:
- native_sim
extra_configs:
- CONFIG_ZBUS_PRIORITY_BOOST=n