From 13f04a3b02ed45462fe36368ac522d06a08e3154 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 16:16:04 +0000 Subject: - don't test libcrypt stubs --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index bfe3233a9..54eeeb6a3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -32,6 +32,9 @@ endif ifneq ($(UCLIBC_HAS_LOCALE),y) DIRS := $(filter-out locale,$(DIRS)) endif +ifeq ($(UCLIBC_HAS_CRYPT_STUB),y) + DIRS := $(filter-out crypt,$(DIRS)) +endif DIRS := $(filter-out math,$(DIRS)) -- cgit v1.2.3