zephyr/tests/kernel/timer/timer_api
Anas Nashif 1a1ae2f929 tests: timer_api: fix style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-06-19 09:01:14 -04:00
..
src tests: timer_api: fix style 2017-06-19 09:01:14 -04:00
Makefile tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
prj_tickless.conf samples: tickless: Enables tickless kernel option in some apps 2017-04-27 13:46:33 +00:00
prj.conf kernel: remove mentions of obsolete CONFIG_NANO_TIMERS 2017-04-20 12:27:36 +00:00
README tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
testcase.ini samples: tickless: Enables tickless kernel option in some apps 2017-04-27 13:46:33 +00:00

$make qemu

[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