summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-03-17 00:30:39 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-03-17 00:30:39 +0000
commitdb8fa9bb9aee56bf3bfd83a5825a6b9051d9ac0d (patch)
treed721ef574086221f36b431ce160aec7e4b689621 /test
parentecee0e19a8ea612b9488a0edad71bae7502f5141 (diff)
If locale support is not enabled, don't build 'tst_ftime_l'.
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 bb2a2b5bb..db158ec76 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_LOCALE),y)
+TESTS_DISABLED += tst-ftime_l
+endif
+
include ../Test.mak
CFLAGS_tst-strptime2 := -std=c99