diff options
author | Lukasz Majewski <lukma@denx.de> | 2021-01-25 12:51:41 +0100 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2021-02-16 20:37:27 +0100 |
commit | 13c0b30b24b1f7c6853cb8a3317568cb960efe99 (patch) | |
tree | f16404ce9731437449545c106cbf104ea1dfdaa9 /time/Makefile | |
parent | 0ca1a95d3b6249b3ac4101e6d781c7e4380c47e0 (diff) | |
download | glibc-13c0b30b24b1f7c6853cb8a3317568cb960efe99.tar.gz glibc-13c0b30b24b1f7c6853cb8a3317568cb960efe99.tar.xz glibc-13c0b30b24b1f7c6853cb8a3317568cb960efe99.zip |
tst: Provide test for difftime
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>
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 2dd70111b5..7caec2b271 100644 --- a/time/Makefile +++ b/time/Makefile @@ -48,7 +48,7 @@ tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-strptime3 bug-getdate1 tst-strptime-whitespace tst-ftime \ tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \ tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 \ - tst-adjtime tst-ctime + tst-adjtime tst-ctime tst-difftime include ../Rules |