From d4fb87c8db1248a16067ccd11fa05ece595c8fc4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 16:02:24 +0000 Subject: - do not run tests that are not available --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 63d299092..bfe3233a9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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)) -- cgit v1.2.3