[git commit] test: wcsftime depends on XLOCALE

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Sep 4 11:16:35 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=bc23c6440d34d85c8e6bb04656beb233bba47cb8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Thanks to Waldemar Brodkorb for noticing.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/time/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/time/Makefile.in b/test/time/Makefile.in
index 05f73a4..02c8d91 100644
--- a/test/time/Makefile.in
+++ b/test/time/Makefile.in
@@ -5,7 +5,7 @@ TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
 	tst-strftime tst-strptime tst-timezone
 
 ifneq ($(UCLIBC_HAS_XLOCALE),y)
-TESTS_DISABLED += tst-ftime_l
+TESTS_DISABLED += tst-ftime_l tst_wcsftime
 endif
 
 CFLAGS_tst-strptime2 := -std=c99


More information about the uClibc-cvs mailing list