1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/posix_sleep
2022-04-01 13:42:01 +02:00
..
tests
app.config.test sys/ztimer/kconfig: change entry point 2021-11-09 15:32:34 +01:00
main.c
Makefile tests/*: CI blacklist microbit where it fails 2022-04-01 13:42:01 +02:00
Makefile.ci tests/posix_sleep: exclude nucleo-l011k4, too small 2020-10-27 16:49:28 +01:00
README.md

posix_sleep test application

This test tests POSIX' sleep() and usleep(). The test script also checks the sanity of the timings by comparing the overall run time of the test with the host's time with an expected jitter of 15%.

Usage

make flash test