diff options
author | Andreas Schwab <schwab@suse.de> | 2013-10-29 16:46:24 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-10-29 17:24:53 +0100 |
commit | 36a4953a1dbc2b1994c1df0478c1c89a41398dba (patch) | |
tree | 4c5e3646bc7f9f968d12d218325132544e97c150 /stdio-common | |
parent | 9668fc1b82f01355dd9addd0169706a735185151 (diff) | |
download | glibc-36a4953a1dbc2b1994c1df0478c1c89a41398dba.tar.gz glibc-36a4953a1dbc2b1994c1df0478c1c89a41398dba.tar.xz glibc-36a4953a1dbc2b1994c1df0478c1c89a41398dba.zip |
Let tst-swscanf find its locale
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 658804bbe8..16f8f1bd63 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -119,6 +119,7 @@ CFLAGS-tst-sprintf.c = -Wno-format tst-sprintf-ENV = LOCPATH=$(common-objpfx)localedata tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata +tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata scanf13-ENV = LOCPATH=$(common-objpfx)localedata bug14-ENV = LOCPATH=$(common-objpfx)localedata |