浏览代码

tests: only test crypt if we have an impl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 年之前
父节点
当前提交
d69bea22a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -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)