From 12d01123e8a063924c9c51d6bf6d3127ebd7a36e Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Fri, 23 Nov 2007 13:23:25 +0000 Subject: Disable tst-ftime_l test if Extended Locale Support is not enabled, otherwise build will fail Signed-off-by: Carmelo Amoroso --- test/time/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/time/Makefile b/test/time/Makefile index 237082d3c..8c6978f0d 100644 --- a/test/time/Makefile +++ b/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 -- cgit v1.2.3