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