summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-03-25 12:40:06 +0100
committerAndreas Schwab <schwab@suse.de>2014-03-25 12:43:30 +0100
commit003e49ed5d2034d73bfcf5324c461785687b7e88 (patch)
tree34cf901be91765a6c3b6085cfb08e6e9c8bca55f
parentde0318743a3f88f098438b57a375d339bc6239d7 (diff)
downloadglibc-003e49ed5d2034d73bfcf5324c461785687b7e88.tar.gz
Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio
-rw-r--r--ChangeLog5
-rw-r--r--libio/Makefile2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e819c2db27..47bf2a3aea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-25 Andreas Schwab <schwab@suse.de>
+
+ * libio/Makefile (tst-ftell-partial-wide-ENV)
+ (tst-ftell-active-handler-ENV): Define.
+
2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
* NEWS: Add 16712, 16713, 16714 to fixed bug list.
diff --git a/libio/Makefile b/libio/Makefile
index 69c25c0c3d..cca03454fc 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -158,6 +158,8 @@ tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
tst-fseek-ENV = LOCPATH=$(common-objpfx)localedata
+tst-ftell-partial-wide-ENV = LOCPATH=$(common-objpfx)localedata
+tst-ftell-active-handler-ENV = LOCPATH=$(common-objpfx)localedata
generated += tst-fopenloc.mtrace tst-fopenloc.check