about summary refs log tree commit diff
path: root/time/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-01 11:14:45 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 11:32:38 -0300
commit96f98cefe016d813ecb5281524f2c9dc99ce7f39 (patch)
treeace5d16f0909b1fbbfd9ef842cd855e0d8b1931e /time/Makefile
parent27561951d6f9e4ad0dcac8847a240c30d6a2865d (diff)
downloadglibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.tar.gz
glibc-96f98cefe016d813ecb5281524f2c9dc99ce7f39.tar.xz
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/Makefile2
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