aboutsummaryrefslogtreecommitdiff
path: root/time/tst-time-time64.c
AgeCommit message (Collapse)AuthorFilesLines
2024-10-30Add tests of time, gettimeofday, clock_gettimeJoseph Myers1-0/+1
There are no tests specifically focused on the functions time, gettimeofday and clock_gettime, although there are some incidental uses in tests of other functions. Add tests specifically for these three functions. Tested for x86_64 and x86.