about summary refs log tree commit diff
path: root/time/tst-difftime.c
Commit message (Collapse)AuthorAgeFilesLines
* tst: Provide test for difftimeLukasz Majewski2021-02-161-0/+56
This change adds new test to assess difftime's functionality by adding some arbitrary offsets to current time_t value (read via time). If 64 bit time_t is supported, the same procedure is applied around the threshold of Y2038 time overflow. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>