timer_api requires TEST_USERSPACE activation which is missing in tickless configuration of the test. Enable flag in prj_tickless.cnf Fixes #20904 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
10 lines
262 B
YAML
10 lines
262 B
YAML
tests:
|
|
kernel.timer:
|
|
tags: kernel userspace
|
|
platform_exclude: qemu_x86_coverage qemu_cortex_m0
|
|
kernel.timer.tickless:
|
|
build_only: true
|
|
extra_args: CONF_FILE="prj_tickless.conf"
|
|
arch_exclude: riscv32 nios2 posix
|
|
tags: kernel userspace
|