From b36422960466777495933ed1eb50befd1c34e9a9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 18 Nov 2014 18:27:47 +0100 Subject: locale: Add wcsftime() Signed-off-by: Bernhard Reutner-Fischer --- test/time/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/time/Makefile.in') 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 -- cgit v1.2.3