diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-14 22:32:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-14 22:32:50 +0000 |
commit | 02c906999c8500a43005e47f5810883b3a5189d8 (patch) | |
tree | 0ca7367bab28677656c3e3503a4361fc9e73efc5 /localedata/Makefile | |
parent | 72603ae38c4c4001c08705e00882243edebafad2 (diff) | |
download | glibc-02c906999c8500a43005e47f5810883b3a5189d8.zip glibc-02c906999c8500a43005e47f5810883b3a5189d8.tar.gz glibc-02c906999c8500a43005e47f5810883b3a5189d8.tar.bz2 |
* Makefile: Define tst-sscanf-ENV.
* tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index e518175..be80ff8 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -289,6 +289,8 @@ tst-setlocale-ENV = LOCPATH=$(common-objpfx)localedata LC_ALL=ja_JP.EUC-JP bug-iconv-trans-ENV = LOCPATH=$(common-objpfx)localedata +tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata + tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace \ LOCPATH=$(common-objpfx)localedata $(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out |