Skip to content

Commit 065a2cb

Browse files
erwangoioannisg
authored andcommitted
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 <[email protected]>
1 parent 226d71a commit 065a2cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/kernel/timer/timer_api/prj_tickless.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ CONFIG_SYS_POWER_MANAGEMENT=y
33
CONFIG_TICKLESS_KERNEL=y
44
CONFIG_MP_NUM_CPUS=1
55
CONFIG_TEST_RANDOM_GENERATOR=y
6+
7+
CONFIG_TEST_USERSPACE=y

tests/kernel/timer/timer_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tests:
66
build_only: true
77
extra_args: CONF_FILE="prj_tickless.conf"
88
arch_exclude: riscv32 nios2 posix
9-
tags: kernel
9+
tags: kernel userspace

0 commit comments

Comments
 (0)