svn commit: trunk/uClibc/test

aldot at uclibc.org aldot at uclibc.org
Fri Jul 11 16:02:27 UTC 2008


Author: aldot
Date: 2008-07-11 09:02:24 -0700 (Fri, 11 Jul 2008)
New Revision: 22786

Log:
- do not run tests that are not available


Modified:
   trunk/uClibc/test/Makefile


Changeset:
Modified: trunk/uClibc/test/Makefile
===================================================================
--- trunk/uClibc/test/Makefile	2008-07-11 15:55:39 UTC (rev 22785)
+++ trunk/uClibc/test/Makefile	2008-07-11 16:02:24 UTC (rev 22786)
@@ -26,6 +26,12 @@
 ifneq ($(UCLIBC_HAS_REGEX),y)
 	DIRS := $(filter-out regex,$(DIRS))
 endif
+ifneq ($(UCLIBC_HAS_WCHAR),y)
+	DIRS := $(filter-out locale-mbwc,$(DIRS))
+endif
+ifneq ($(UCLIBC_HAS_LOCALE),y)
+	DIRS := $(filter-out locale,$(DIRS))
+endif
 DIRS := $(filter-out math,$(DIRS))
 
 




More information about the uClibc-cvs mailing list