diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-01 13:14:03 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 11:32:40 -0300 |
commit | 9f2d9c2bc1727061e59126a86a7ac25036698bc0 (patch) | |
tree | 2594752aac92b14d45b06ea085a73c67503ab312 /time/Makefile | |
parent | 63ceeb856a919a3530cc8fb38fe7cc334e43f297 (diff) | |
download | glibc-9f2d9c2bc1727061e59126a86a7ac25036698bc0.tar.gz |
time: Add basic timespec_get tests
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 5fcd40ccbb..e1faeb3921 100644 --- a/time/Makefile +++ b/time/Makefile @@ -49,7 +49,8 @@ tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \ tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 \ tst-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime \ - tst-settimeofday tst-itimer tst-gmtime tst-timegm + tst-settimeofday tst-itimer tst-gmtime tst-timegm \ + tst-timespec_get include ../Rules |