summaryrefslogtreecommitdiff
path: root/test/time/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r--test/time/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in
index a2613784b..83bc07dbb 100644
--- a/test/time/Makefile.in
+++ b/test/time/Makefile.in
@@ -9,8 +9,13 @@ TESTS_DISABLED += tst-timerfd
endif
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