mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
562f1f0210
Use `test_utils_interactive_sync` for the following tests explicitly: - tests/periph/timer_periodic - tests/sys/posix_sleep This is needed for accurate timestamping of the stdio received. The tests will not pass without on `native` / `native64`. |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
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