summaryrefslogtreecommitdiff
path: root/test/crypt/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-17 10:35:15 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-18 08:05:52 +0100
commit2b25a20e49a6fe9044717f4cd66594b8cbfb0183 (patch)
tree9d7925978247cf61b7c6f9dfc7bf1b55386671cd /test/crypt/Makefile.in
parente55d06752f03b0baea58e2a93afd179eb21afba3 (diff)
tests: add sha356/512 tests
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/crypt/Makefile.in')
-rw-r--r--test/crypt/Makefile.in7
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