zephyr/tests/kernel/timer/timer_api
Anas Nashif 39f396a8ad doc: tests: remove obsolete and bogus test groups
Remove unstructured and unused doxygen groups for tests. We will now add
doxygen comments per test function and follow a more structured
grouping.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-05-18 01:48:31 +03:00
..
src doc: tests: remove obsolete and bogus test groups 2018-05-18 01:48:31 +03:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj_tickless.conf tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS 2017-10-17 08:55:38 -04:00
prj.conf kernel: remove mentions of obsolete CONFIG_NANO_TIMERS 2017-04-20 12:27:36 +00:00
README doc: qemu target was deprecated, use 'run' 2017-08-03 11:48:55 -04:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05: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