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:36:56 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 11:32:39 -0300
commit63ceeb856a919a3530cc8fb38fe7cc334e43f297 (patch)
treedfecf7eed73372b5332ef92f19daddf2ce33abcb /time/Makefile
parent96f98cefe016d813ecb5281524f2c9dc99ce7f39 (diff)
downloadglibc-63ceeb856a919a3530cc8fb38fe7cc334e43f297.tar.gz
glibc-63ceeb856a919a3530cc8fb38fe7cc334e43f297.tar.xz
glibc-63ceeb856a919a3530cc8fb38fe7cc334e43f297.zip
time: Add timegm/timelocal basic tests
Checked i686-linux-gnu and x86_64-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 a503297527..5fcd40ccbb 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-gmtime
+	   tst-settimeofday tst-itimer tst-gmtime tst-timegm
 
 include ../Rules