summaryrefslogtreecommitdiff
path: root/modules/crypto/sha512-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-05 17:42:46 +0200
committerBruno Haible <bruno@clisp.org>2018-05-05 17:46:16 +0200
commit6c3f5ab2b9ce2369712cfaec0ab66e1b2f1e3b20 (patch)
tree4e2c2557bd710f20e9dcf4ed36ee651ae9e95046 /modules/crypto/sha512-tests
parenta4be03188a6ffe6adbdda519dd079cdd20c3244c (diff)
downloadgnulib-6c3f5ab2b9ce2369712cfaec0ab66e1b2f1e3b20.tar.gz
sha512: Add tests.
* tests/test-sha512.c: New file. * modules/crypto/sha512-tests: New file.
Diffstat (limited to 'modules/crypto/sha512-tests')
-rw-r--r--modules/crypto/sha512-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/crypto/sha512-tests b/modules/crypto/sha512-tests
new file mode 100644
index 0000000000..ee24afb2d2
--- /dev/null
+++ b/modules/crypto/sha512-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-sha512.c
+tests/test-digest.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-sha512
+check_PROGRAMS += test-sha512
+test_sha512_LDADD = $(LDADD) @LIB_CRYPTO@