summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/time/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/time/Makefile b/test/time/Makefile
index 237082d3c..8c6978f0d 100644
--- a/test/time/Makefile
+++ b/test/time/Makefile
@@ -4,6 +4,10 @@
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
+endif
+
include ../Test.mak
CFLAGS_tst-strptime2 := -std=c99