OSDN Git Service

- do not run tests that are not available
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:02:24 +0000 (16:02 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:02:24 +0000 (16:02 -0000)
test/Makefile

index 63d2990..bfe3233 100644 (file)
@@ -26,6 +26,12 @@ endif
 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))