zephyr/tests/kernel/timer/timer_api
Andrew Boie 5f0ee9d350 tests: timer_api: run in user mode
We didn't have any coverage of the timer APIs in user
mode.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-05-02 18:01:06 -07:00
..
src tests: timer_api: run in user mode 2019-05-02 18:01:06 -07:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj_tickless.conf tests: kernel: timer: timer_api: Remove nonexistent config option 2018-05-23 17:57:06 -04:00
prj.conf tests: timer_api: run in user mode 2019-05-02 18:01:06 -07:00
README doc: qemu target was deprecated, use 'run' 2017-08-03 11:48:55 -04:00
testcase.yaml tests: timer_api: run in user mode 2019-05-02 18:01:06 -07: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