diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-11-18 18:27:47 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-11-19 17:29:09 +0100 |
commit | b36422960466777495933ed1eb50befd1c34e9a9 (patch) | |
tree | 9ac1979b2cc7b44a5df81ca277514c092f3874ff /test/time/Makefile.in | |
parent | 49a67cf67d5a7194214566bc730ee7e28d55bbe1 (diff) |
locale: Add wcsftime()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r-- | test/time/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 02c8d910c..bb11e18bd 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -5,8 +5,13 @@ 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 tst_wcsftime +TESTS_DISABLED += tst-ftime_l +endif + +ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy) +TESTS_DISABLED += tst_wcsftime endif CFLAGS_tst-strptime2 := -std=c99 DODIFF_futimens1 := 1 +DODIFF_tst_wcsftime := 1 |