tst: Add test for ntp_gettime
authorLukasz Majewski <lukma@denx.de>
Tue, 9 Mar 2021 10:33:34 +0000 (11:33 +0100)
committerLukasz Majewski <lukma@denx.de>
Tue, 23 Mar 2021 11:23:33 +0000 (12:23 +0100)
commitc0c926d00dc1664b0231a63eab6a08b8720f9985
treef33bde6cd9796415d8eaaf6a92c8c0256e8e1695
parent3989bcb5e3437746f7ec37fc9517308e5e091ded
tst: Add test for ntp_gettime

This code provides test to check if time on target machine is properly
read via ntp_gettime syscall.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/tst-ntp_gettime.c [new file with mode: 0644]