aboutsummaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authorArjun Shankar <arjun.is@lostca.se>2014-09-17 22:51:12 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-09-18 13:26:53 +0530
commitfe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d (patch)
treefe194f848f11e48aaa2f6635776874f006efb65a /time/Makefile
parentc4fe3ea7cf2e9f261006ab7ea65bd20c60fe270c (diff)
downloadglibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.zip
glibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.tar.gz
glibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.tar.bz2
New test for ftime
This test verifies the sanity of ftime and exposes bugs such as BZ 2014-09-17 Arjun Shankar <arjun.is@lostca.se> * time/tst-ftime.c: New test. * time/Makefile (tests): Add tst-ftime.
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 a07c041..55c1de8 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -37,7 +37,7 @@ aux := era alt_digit lc-time-cleanup
tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \
tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r bug-mktime1 \
- tst-strptime3 bug-getdate1 tst-strptime-whitespace
+ tst-strptime3 bug-getdate1 tst-strptime-whitespace tst-ftime
include ../Rules