zephyr/tests/kernel/timer/timer_api
Keith Packard 1b057d6295 tests/timer_api: Make sure constant time conversions are constants
When the timer frequency is known at compile time, make sure we can use any
time conversion macro as a global initializer.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-10-06 20:05:07 +03:00
..
src tests/timer_api: Make sure constant time conversions are constants 2023-10-06 20:05:07 +03:00
CMakeLists.txt
Kconfig tests: timer_api: Decrease tick rate for nRF RTC timer 2023-06-12 14:04:56 -04:00
prj_tickless.conf
prj.conf
README
testcase.yaml tests: kernel: Add qemu_leon3 to no-multithreading tests 2023-10-05 09:37:10 +01: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