mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Let tst-swscanf find its locale
This commit is contained in:
parent
9668fc1b82
commit
36a4953a1d
@ -1,3 +1,7 @@
|
||||
2013-10-29 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* stdio-common/Makefile (tst-swscanf-ENV): Define.
|
||||
|
||||
2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* benchtests/pow-inputs: Add new inputs.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user