OSDN Git Service

- don't test libcrypt stubs
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:16:04 +0000 (16:16 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:16:04 +0000 (16:16 -0000)
test/Makefile

index bfe3233..54eeeb6 100644 (file)
@@ -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))