diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-14 22:29:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-14 22:29:43 +0000 |
commit | ecad39f050c89d63673101ae0d6b54fb2dfbed1b (patch) | |
tree | f9dcb3942e37ff87e9f3866b9f6e54daeb681c9c /localedata/Makefile | |
parent | 1b46e4a5a24d5049ef90cf16a6a851bf796b5782 (diff) | |
download | glibc-ecad39f050c89d63673101ae0d6b54fb2dfbed1b.tar.gz glibc-ecad39f050c89d63673101ae0d6b54fb2dfbed1b.tar.xz glibc-ecad39f050c89d63673101ae0d6b54fb2dfbed1b.zip |
Update.
2001-08-14 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build and run tst-xlocale1. * tst-xlocale1.c: New file. * bug-iconv-trans.c: Improve error messages.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 8866b693e4..5380f41d4a 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -91,7 +91,7 @@ locale_test_suite := tst_iswalnum tst_iswalpha tst_iswcntrl \ tst_wctype tst_wcwidth tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ - tst-leaks tst-mbswcs6 + tst-leaks tst-mbswcs6 tst-xlocale1 ifeq (yes,$(build-shared)) ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-leaks @@ -271,6 +271,7 @@ tst_wctype-ENV = $(TEST_MBWC_ENV) tst_wcwidth-ENV = $(TEST_MBWC_ENV) tst-digits-ENV = $(TEST_MBWC_ENV) tst-mbswcs6-ENV = $(TEST_MBWC_ENV) +tst-xlocale1-ENV = $(TEST_MBWC_ENV) tst-setlocale-ENV = LOCPATH=$(common-objpfx)localedata LC_ALL=ja_JP.EUC-JP |