summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-08-24 17:36:28 +0200
committerBruno Haible <bruno@clisp.org>2019-08-24 17:36:28 +0200
commitcfac16920c6be7b9a2c71c34c3fab8446704d241 (patch)
treeef83dfde956ae8d874bb11dead2d4d9ec0bf4a08 /modules/crypto
parent387edff2fbcea3bfbf52ff60e31e4890192a3d37 (diff)
downloadgnulib-cfac16920c6be7b9a2c71c34c3fab8446704d241.tar.gz
crypto/gc-sha256: Add tests.
* tests/test-gc-sha256.c: New file, based on tests/test-gc-sha1.c. * modules/crypto/gc-sha256-tests: New file.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/gc-sha256-tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/crypto/gc-sha256-tests b/modules/crypto/gc-sha256-tests
new file mode 100644
index 0000000000..677ed62da0
--- /dev/null
+++ b/modules/crypto/gc-sha256-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-gc-sha256.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-sha256
+check_PROGRAMS += test-gc-sha256
+test_gc_sha256_LDADD = $(LDADD) @LIB_CRYPTO@