1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_periodic
Marian Buschsieweke 258d384fec
tests/ztimer_periodic: iterate over clocks
Instead of only testing for `ZTIMER_MSEC`, iterate over a list of
clocks and run the test for each. The reasoning is that this test
does not only test `ztimer_periodic`, but also that the used clock
backend operates correctly in a typical use case.
2021-06-16 13:11:13 +02:00
..
tests tests/ztimer_periodic: initial commit 2020-09-29 23:04:39 +02:00
app.config.test sys/ztimer/kconfig: add defaults for backends 2021-03-04 10:48:27 +01:00
main.c tests/ztimer_periodic: iterate over clocks 2021-06-16 13:11:13 +02:00
Makefile tets/ztimer_periodic: blacklist native 2020-10-09 13:05:22 +02:00
Makefile.ci tests/ztimer_periodic: iterate over clocks 2021-06-16 13:11:13 +02:00
README.md tests/ztimer_periodic: initial commit 2020-09-29 23:04:39 +02:00

Introduction

This test application does some basic functionality testing of ztimer_periodic.