瀏覽代碼

- don't test libcrypt stubs

Bernhard Reutner-Fischer 17 年之前
父節點
當前提交
13f04a3b02
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      test/Makefile

+ 3 - 0
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))