summaryrefslogtreecommitdiff
path: root/modules/crypto/md5-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/md5-tests')
-rw-r--r--modules/crypto/md5-tests14
1 files changed, 4 insertions, 10 deletions
diff --git a/modules/crypto/md5-tests b/modules/crypto/md5-tests
index c1160f13d1..b2de00a548 100644
--- a/modules/crypto/md5-tests
+++ b/modules/crypto/md5-tests
@@ -1,20 +1,14 @@
Files:
-tests/test-md5.c
+tests/test-md5-stream.c
tests/test-digest.h
-tests/bench-md5.c
-tests/bench-digest.h
tests/macros.h
Depends-on:
c99
-getrusage
-gettimeofday
configure.ac:
Makefile.am:
-TESTS += test-md5
-check_PROGRAMS += test-md5
-noinst_PROGRAMS += bench-md5
-test_md5_LDADD = $(LDADD) @LIB_CRYPTO@
-bench_md5_LDADD = $(LDADD) @LIB_CRYPTO@
+TESTS += test-md5-stream
+check_PROGRAMS += test-md5-stream
+test_md5_stream_LDADD = $(LDADD) @LIB_CRYPTO@