diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-04 13:16:35 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-04 13:16:35 +0200 |
commit | bc23c6440d34d85c8e6bb04656beb233bba47cb8 (patch) | |
tree | 2fedf424768adbf1db544c7054fbb37acd2b1161 /test/time | |
parent | ff48662bbadd3d49fabe6fdfeb8e8181d4c80b06 (diff) |
test: wcsftime depends on XLOCALE
Thanks to Waldemar Brodkorb for noticing.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/time')
-rw-r--r-- | 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 05f73a45d..02c8d910c 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 |