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