svn commit: trunk/uClibc/test/time

carmelo at uclibc.org carmelo at uclibc.org
Fri Nov 23 13:23:27 UTC 2007


Author: carmelo
Date: 2007-11-23 05:23:25 -0800 (Fri, 23 Nov 2007)
New Revision: 20500

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

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


Modified:
   trunk/uClibc/test/time/Makefile


Changeset:
Modified: trunk/uClibc/test/time/Makefile
===================================================================
--- trunk/uClibc/test/time/Makefile	2007-11-23 13:21:23 UTC (rev 20499)
+++ trunk/uClibc/test/time/Makefile	2007-11-23 13:23:25 UTC (rev 20500)
@@ -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




More information about the uClibc-cvs mailing list