about summary refs log tree commit diff
path: root/time/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-14 21:27:19 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-14 21:27:19 +0000
commit6269e521192ef37e1b13183baf44a05e16695e6d (patch)
tree1aae4386b3afe689fa982557ff3d61d9f9e73ad9 /time/Makefile
parentc2cfb5126b85ba4f0b6ec66567616ad221ea9429 (diff)
downloadglibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.gz
glibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.xz
glibc-6269e521192ef37e1b13183baf44a05e16695e6d.zip
Update.
	* time/Makefile (tests): Add tst-strptime.
	* time/tst-strptime.c: New file.
	* time/strptime.c: Correct bugs in weekday and yearday computation.

1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
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 80aff61e99..7e45eaa8a5 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -30,7 +30,7 @@ routines := offtime asctime clock ctime ctime_r difftime \
 	    stime dysize timegm ftime			 \
 	    strptime getdate strfxtime
 
-tests	:= test_time clocktest tst-posixtz
+tests	:= test_time clocktest tst-posixtz tst-strptime
 
 include ../Rules