OSDN Git Service

test: wcsftime depends on XLOCALE
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Sep 2014 11:16:35 +0000 (13:16 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Sep 2014 11:16:35 +0000 (13:16 +0200)
Thanks to Waldemar Brodkorb for noticing.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/time/Makefile.in

index 05f73a4..02c8d91 100644 (file)
@@ -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