svn commit: branches/uClibc_0_9_29/test/time

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:55:24 UTC 2008


Author: vapier
Date: 2008-01-05 09:55:23 -0800 (Sat, 05 Jan 2008)
New Revision: 20790

Log:
Merge r20500 by carmelo from trunk:
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:
   branches/uClibc_0_9_29/test/time/Makefile


Changeset:
Modified: branches/uClibc_0_9_29/test/time/Makefile
===================================================================
--- branches/uClibc_0_9_29/test/time/Makefile	2008-01-05 17:54:32 UTC (rev 20789)
+++ branches/uClibc_0_9_29/test/time/Makefile	2008-01-05 17:55:23 UTC (rev 20790)
@@ -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