zephyr/tests/kernel/timer/timer_api
Anas Nashif 40acd7e153 tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS
Cleanup testcase as well.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-17 08:55:38 -04:00
..
src tests: ztest: call test_main() without arguments 2017-08-24 09:29:14 -07:00
Makefile
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: timer: remove obsolete CONFIG_NANO_TIMEOUTS 2017-10-17 08:55:38 -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