diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 16:16:04 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 16:16:04 +0000 |
commit | 13f04a3b02ed45462fe36368ac522d06a08e3154 (patch) | |
tree | 8882858e72eff54180fd1bd62ac1ce2ff39ca418 /test/Makefile | |
parent | d4fb87c8db1248a16067ccd11fa05ece595c8fc4 (diff) |
- don't test libcrypt stubs
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
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)) |