summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-18 03:33:45 +0000
committerRoland McGrath <roland@gnu.org>2005-07-18 03:33:45 +0000
commitb5bb1655ab7cc2991d4389c3180ece3e4de47cea (patch)
tree7dbef27cd6ab978e4ecc697b166cb5d59b544952 /time/Makefile
parent0973e844870b17f8231c3c0f5a2dae042ce6bfc0 (diff)
2005-04-26 Ulrich Drepper <drepper@redhat.com>
[BZ #1105] * time/strptime_l.c (__strptime_internal): Handle 'z' to set tm_gmtoff. * time/Makefile (tests): Add tst-strptime2. * time/tst-strptime2.c: New file.
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 7acc964fdc..799a8b70fa 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -35,7 +35,7 @@ distribute := datemsk
tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \
tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
- tst-mktime3
+ tst-mktime3 tst-strptime2
include ../Rules