1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/posix_time
Cenk Gündoğan ac1a645fd1
Merge pull request #8190 from kaspar030/name_tests_by_folder
tests: set APPLICATION from folder name
2017-12-01 11:39:19 +01:00
..
tests tests: fix python style 'E302 expected 2 blank lines, found 1' 2017-11-29 17:32:06 +01:00
main.c tests: update posix_time tests for running with pexpect script 2017-11-12 19:55:57 +01:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01: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