summaryrefslogtreecommitdiff
path: root/modules/crypto/sha1-buffer-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/sha1-buffer-tests')
-rw-r--r--modules/crypto/sha1-buffer-tests18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/crypto/sha1-buffer-tests b/modules/crypto/sha1-buffer-tests
new file mode 100644
index 0000000000..7420378c82
--- /dev/null
+++ b/modules/crypto/sha1-buffer-tests
@@ -0,0 +1,18 @@
+Files:
+tests/test-sha1-buffer.c
+tests/bench-sha1.c
+tests/bench-digest.h
+
+Depends-on:
+c99
+getrusage
+gettimeofday
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-sha1-buffer
+check_PROGRAMS += test-sha1-buffer
+noinst_PROGRAMS += bench-sha1
+test_sha1_buffer_LDADD = $(LDADD) @LIB_CRYPTO@
+bench_sha1_LDADD = $(LDADD) @LIB_CRYPTO@