Let tst-swscanf find its locale

This commit is contained in:
Andreas Schwab 2013-10-29 16:46:24 +01:00
parent 9668fc1b82
commit 36a4953a1d
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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