summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-01 13:14:03 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 11:32:40 -0300
commit9f2d9c2bc1727061e59126a86a7ac25036698bc0 (patch)
tree2594752aac92b14d45b06ea085a73c67503ab312 /time/Makefile
parent63ceeb856a919a3530cc8fb38fe7cc334e43f297 (diff)
downloadglibc-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/Makefile3
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