diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:49:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:49:23 +0000 |
commit | fc304e02a76a8410266c4e7daa142b306f1ea446 (patch) | |
tree | f52a0a5b683d52b1b99be070de961c6a6210a31d /time/Makefile | |
parent | ecb06196255694c2d81a5bc733bea07e24ab3361 (diff) | |
download | glibc-fc304e02a76a8410266c4e7daa142b306f1ea446.tar glibc-fc304e02a76a8410266c4e7daa142b306f1ea446.tar.gz glibc-fc304e02a76a8410266c4e7daa142b306f1ea446.tar.bz2 glibc-fc304e02a76a8410266c4e7daa142b306f1ea446.zip |
Update.
2000-03-01 Andreas Jaeger <aj@suse.de>
* time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
(tests): Added tst-getdate.
* time/tst-getdate.c: New file.
* time/datemsk: New file, needed for tst-getdate.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 948a48bcde..dc110acbf3 100644 --- a/time/Makefile +++ b/time/Makefile @@ -33,7 +33,8 @@ routines := offtime asctime clock ctime ctime_r difftime \ timer_create timer_delete timer_getoverr \ timer_gettime timer_settime -tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime +tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ + tst-getdate include ../Rules @@ -46,3 +47,5 @@ CFLAGS-tzset.c = $(tz-cflags) # Don't warn about Y2k problem in strftime format string. CFLAGS-test_time.c = -Wno-format + +tst-getdate-ENV= DATEMSK=datemsk |