zephyr/tests/kernel/timer/timer_api
Evgeniy Paltsev 5108c4f21d tests: allow ARC platforms for non-multithread tests
Allow arc non-SMP simulation platforms for non-multithread tests

Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2022-08-26 21:38:56 -04:00
..
src tests: kernel: move the timer api to new ztest API 2022-08-15 18:40:29 +00:00
CMakeLists.txt
prj_tickless.conf tests: kernel: move the timer api to new ztest API 2022-08-15 18:40:29 +00:00
prj.conf tests: kernel: move the timer api to new ztest API 2022-08-15 18:40:29 +00:00
README
testcase.yaml tests: allow ARC platforms for non-multithread tests 2022-08-26 21:38:56 -04:00

$ make run

[QEMU] CPU: qemu32
Running test suite test_timer_api
tc_start() - test_timer_duration_period
===================================================================
PASS - test_timer_duration_period.
tc_start() - test_timer_period_0
===================================================================
PASS - test_timer_period_0.
tc_start() - test_timer_expirefn_null
===================================================================
PASS - test_timer_expirefn_null.
tc_start() - test_timer_status_get
===================================================================
PASS - test_timer_status_get.
tc_start() - test_timer_status_get_anytime
===================================================================
PASS - test_timer_status_get_anytime.
tc_start() - test_timer_status_sync
===================================================================
PASS - test_timer_status_sync.
tc_start() - test_timer_k_define
===================================================================
PASS - test_timer_k_define.
===================================================================
PROJECT EXECUTION SUCCESSFUL