zephyr/tests/kernel/timer/timer_api
Kumar Gala c7bc909914 tests/ztest: rename assert macros to be zephyr specific
ztest has a number of assert style macros and used a baseline assert()
that varies from the system definition of assert() so lets rename
everything as zassert to be clear.

Change-Id: I7f176b3bae94d1045054d665be8b5bda947e5bb0
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-13 21:17:33 +00:00
..
src tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
Makefile tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
prj.conf tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
README tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
testcase.ini tests: add timer test case with unified kernel 2017-01-13 02:46:24 +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