diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-01 11:14:45 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 11:32:38 -0300 |
commit | 96f98cefe016d813ecb5281524f2c9dc99ce7f39 (patch) | |
tree | ace5d16f0909b1fbbfd9ef842cd855e0d8b1931e /time/Makefile | |
parent | 27561951d6f9e4ad0dcac8847a240c30d6a2865d (diff) | |
download | glibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.tar glibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.tar.gz glibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.tar.bz2 glibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.zip |
time: Add gmtime/gmtime_r 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 91cb02a003..a503297527 100644 --- a/time/Makefile +++ b/time/Makefile @@ -49,7 +49,7 @@ 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-settimeofday tst-itimer tst-gmtime include ../Rules |