svn commit: branches/uClibc-nptl/test/time
carmelo at uclibc.org
carmelo at uclibc.org
Fri Nov 23 13:21:23 UTC 2007
Author: carmelo
Date: 2007-11-23 05:21:23 -0800 (Fri, 23 Nov 2007)
New Revision: 20499
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:
branches/uClibc-nptl/test/time/Makefile
Changeset:
Modified: branches/uClibc-nptl/test/time/Makefile
===================================================================
--- branches/uClibc-nptl/test/time/Makefile 2007-11-23 13:21:15 UTC (rev 20498)
+++ branches/uClibc-nptl/test/time/Makefile 2007-11-23 13:21:23 UTC (rev 20499)
@@ -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