diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-07 23:38:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-07 23:38:40 +0000 |
commit | 294c34780eab974a3c703412927e4da24416c7a7 (patch) | |
tree | def04bb609e0e8b1e41086e55ff6aad30dc671a7 /localedata/Makefile | |
parent | d3c99ad106cf34752247e03182ad36681af546f8 (diff) | |
download | glibc-294c34780eab974a3c703412927e4da24416c7a7.tar.gz |
[BZ #19]
Update.
2004-08-07 Petter Reinholdtsen <pere@hungry.com>
* Makefile (test-input): Add tr_TR.UTF-8 sorting test. Test case
for BZ #19.
* tr_TR.in: New file.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 68dd9e8fef..0e554806d4 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -41,7 +41,7 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \ tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \ tst-ctype tst-wctype tst-langinfo tst-numeric test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \ - hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 + hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 test-input-data = $(addsuffix .in, $(basename $(test-input))) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) |