OSDN Git Service

tests: only test crypt if we have an impl
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 17 Jan 2012 09:35:52 +0000 (10:35 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Jan 2012 07:05:52 +0000 (08:05 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/Makefile

index 857ac8a..da5424e 100644 (file)
@@ -35,7 +35,7 @@ endif
 ifneq ($(UCLIBC_HAS_LOCALE),y)
        DIRS := $(filter-out locale,$(DIRS))
 endif
-ifneq ($(UCLIBC_HAS_CRYPT),y)
+ifneq ($(UCLIBC_HAS_CRYPT_IMPL),y)
        DIRS := $(filter-out crypt,$(DIRS))
 endif
 ifeq ($(HAS_NO_THREADS),y)