Skip to content

Commit

Permalink
tests/kernel: timer_api: Enable Test userspace
Browse files Browse the repository at this point in the history
timer_api requires TEST_USERSPACE activation which is missing
in tickless configuration of the test.
Enable flag in prj_tickless.cnf

Fixes zephyrproject-rtos#20904


Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango committed Nov 21, 2019
1 parent d4ba8ff commit 69c2e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/kernel/timer/timer_api/prj_tickless.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_TICKLESS_KERNEL=y
CONFIG_MP_NUM_CPUS=1
CONFIG_TEST_RANDOM_GENERATOR=y

CONFIG_TEST_USERSPACE=y
2 changes: 1 addition & 1 deletion tests/kernel/timer/timer_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tests:
build_only: true
extra_args: CONF_FILE="prj_tickless.conf"
arch_exclude: riscv32 nios2 posix
tags: kernel
tags: kernel userspace

0 comments on commit 69c2e35

Please sign in to comment.