From 2b25a20e49a6fe9044717f4cd66594b8cbfb0183 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Jan 2012 10:35:15 +0100 Subject: tests: add sha356/512 tests Signed-off-by: Bernhard Reutner-Fischer --- test/crypt/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/crypt/Makefile.in') 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 -- cgit v1.2.3