From 2f47f829dacf79d21735e5c541cfe14dae24d33c Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 15 Apr 2019 22:06:27 +0300 Subject: test_md5: added tests for md5 calculations --- src/microhttpd/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/microhttpd/Makefile.am') diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index 1f4ffca3..64890de3 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am @@ -155,6 +155,7 @@ check_PROGRAMS = \ test_str_to_value \ test_str_token \ test_http_reasons \ + test_md5 \ test_start_stop \ test_daemon \ test_options @@ -316,6 +317,10 @@ test_http_reasons_SOURCES = \ test_http_reasons.c \ reason_phrase.c mhd_str.c mhd_str.h +test_md5_SOURCES = \ + test_md5.c test_helpers.h \ + md5.c md5.h + test_options_SOURCES = \ test_options.c test_options_LDADD = \ -- cgit v1.2.3