summaryrefslogtreecommitdiff
path: root/modules/crypto/sha256-buffer-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/sha256-buffer-tests')
-rw-r--r--modules/crypto/sha256-buffer-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/crypto/sha256-buffer-tests b/modules/crypto/sha256-buffer-tests
new file mode 100644
index 0000000000..53924b4a03
--- /dev/null
+++ b/modules/crypto/sha256-buffer-tests
@@ -0,0 +1,16 @@
+Files:
+tests/bench-sha224.c
+tests/bench-sha256.c
+tests/bench-digest.h
+
+Depends-on:
+c99
+getrusage
+gettimeofday
+
+configure.ac:
+
+Makefile.am:
+noinst_PROGRAMS += bench-sha224 bench-sha256
+bench_sha224_LDADD = $(LDADD) @LIB_CRYPTO@
+bench_sha256_LDADD = $(LDADD) @LIB_CRYPTO@