Add a test case where the CMAKE_LINKER_GENERATOR is used. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
22 lines
595 B
YAML
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
|