소스 검색

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