diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-26 05:52:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-26 05:52:58 +0000 |
commit | c61a9cfbc48e9d9b719b4bc26fa3d9ce3fbaa964 (patch) | |
tree | 269721de79babbea34af82232ddfe3e734e414bf /localedata/Makefile | |
parent | 388df58d9be050a531948d5afb54d6104efa0845 (diff) | |
download | glibc-c61a9cfbc48e9d9b719b4bc26fa3d9ce3fbaa964.tar.gz glibc-c61a9cfbc48e9d9b719b4bc26fa3d9ce3fbaa964.tar.xz glibc-c61a9cfbc48e9d9b719b4bc26fa3d9ce3fbaa964.zip |
[BZ #2420]
* stdlib/strfmon_l.c (__vstrfmon_l): Fix handling of ! modifier. * localedata/Makefile: Add rules to build and run tst-strfmon1. * localedata/tst-strfmon1.c: New file.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index db22cf16e4..db7094fabe 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -92,7 +92,8 @@ 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-xlocale1 tst-xlocale2 bug-usesetlocale + tst-leaks tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \ + tst-strfmon1 ifeq (yes,$(build-shared)) ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-leaks @@ -282,6 +283,7 @@ tst-digits-ENV = $(TEST_MBWC_ENV) tst-mbswcs6-ENV = $(TEST_MBWC_ENV) tst-xlocale1-ENV = $(TEST_MBWC_ENV) tst-xlocale2-ENV = $(TEST_MBWC_ENV) +tst-strfmon1-ENV = $(TEST_MBWC_ENV) tst-setlocale-ENV = LOCPATH=$(common-objpfx)localedata LC_ALL=ja_JP.EUC-JP |