Browse Source

Disable tst-ftime_l test if Extended Locale Support
is not enabled, otherwise build will fail

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>

Carmelo Amoroso 17 years ago
parent
commit
12d01123e8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/time/Makefile

+ 4 - 0
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