zephyr/tests/kernel/timer/timer_api/testcase.yaml
Erwan Gouriou 065a2cb08c tests/kernel: timer_api: Enable Test userspace
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>
2019-12-09 16:40:07 +01:00

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