svn commit: trunk/uClibc/test/time

sjhill at uclibc.org sjhill at uclibc.org
Fri Mar 17 00:30:41 UTC 2006


Author: sjhill
Date: 2006-03-16 16:30:39 -0800 (Thu, 16 Mar 2006)
New Revision: 14549

Log:
If locale support is not enabled, don't build 'tst_ftime_l'.


Modified:
   trunk/uClibc/test/time/Makefile


Changeset:
Modified: trunk/uClibc/test/time/Makefile
===================================================================
--- trunk/uClibc/test/time/Makefile	2006-03-16 16:02:06 UTC (rev 14548)
+++ trunk/uClibc/test/time/Makefile	2006-03-17 00:30:39 UTC (rev 14549)
@@ -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




More information about the uClibc-cvs mailing list