about summary refs log tree commit diff
path: root/time/tst-settimeofday.c
Commit message (Collapse)AuthorAgeFilesLines
* tst: Add test for settimeofdayLukasz Majewski2021-03-081-0/+55
This code brings test to check if time on target machine is properly set. To avoid any issues with altering the time: - The time, which was set before the test was executed is restored. - The time is altered only when cross-test-ssh.sh is executed with --allow-time-setting flag Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>