diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 00:01:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 00:01:27 +0000 |
commit | 68bd3326bf4b1598c94dd60416da3ae82b4139ee (patch) | |
tree | b7d0469ede409f8b7afc70e7333a1a193433e9bd /time/Makefile | |
parent | 30d13751354ba7eeabbce754b06650b99884c3c3 (diff) | |
download | glibc-68bd3326bf4b1598c94dd60416da3ae82b4139ee.tar.gz glibc-68bd3326bf4b1598c94dd60416da3ae82b4139ee.tar.xz glibc-68bd3326bf4b1598c94dd60416da3ae82b4139ee.zip |
Update.
2001-08-09 Ulrich Drepper <drepper@redhat.com> * time/tst-strptime.c: Add tests in different locales. * time/Makefile (tst-strptime-ENV): Define.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index ae5c844492..f60dee0e28 100644 --- a/time/Makefile +++ b/time/Makefile @@ -49,3 +49,5 @@ CFLAGS-test_time.c = -Wno-format tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata test_time-ARGS= EST5EDT CST + +tst-strptime-ENV = LOCPATH=${common-objpfx}localedata |