summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index bfe3233a9..54eeeb6a3 100644
--- a/test/Makefile
+++ b/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))