1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/posix_time
Gaëtan Harter 8e5422ff78
applications: remove 'TEST_ON_CI_WHITELIST += all'
This is now the default so not required anymore.
2019-08-21 12:51:17 +02:00
..
tests tests/posix_time: use test_utils_interactive_sync 2019-08-15 12:26:28 +02:00
main.c tests/posix_time: use test_utils_interactive_sync 2019-08-15 12:26:28 +02:00
Makefile applications: remove 'TEST_ON_CI_WHITELIST += all' 2019-08-21 12:51:17 +02:00
README.md tests: update posix_time tests for running with pexpect script 2017-11-12 19:55:57 +01:00

posix_time 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