diff options
Diffstat (limited to 'test/crypt/Makefile.in')
-rw-r--r-- | test/crypt/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/crypt/Makefile.in b/test/crypt/Makefile.in index 22c27e9e9..1798a3977 100644 --- a/test/crypt/Makefile.in +++ b/test/crypt/Makefile.in @@ -4,3 +4,10 @@ EXTRA_LDFLAGS := -lcrypt OPTS_crypt = < crypt.input + +ifneq ($(UCLIBC_HAS_SHA512_CRYPT_IMPL),y) +TESTS_DISABLED += sha512c-test +endif +ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y) +TESTS_DISABLED += sha256c-test +endif |