aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-15 22:06:27 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-16 10:59:00 +0300
commit2f47f829dacf79d21735e5c541cfe14dae24d33c (patch)
treeb29c8b7e4d25ed4e890a8c58df2891d3f279471e /src/microhttpd/Makefile.am
parent1917b866996413f09fa88ae0a6169cb9bd7079e8 (diff)
downloadlibmicrohttpd-2f47f829dacf79d21735e5c541cfe14dae24d33c.tar.gz
libmicrohttpd-2f47f829dacf79d21735e5c541cfe14dae24d33c.zip
test_md5: added tests for md5 calculations
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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 = \
155 test_str_to_value \ 155 test_str_to_value \
156 test_str_token \ 156 test_str_token \
157 test_http_reasons \ 157 test_http_reasons \
158 test_md5 \
158 test_start_stop \ 159 test_start_stop \
159 test_daemon \ 160 test_daemon \
160 test_options 161 test_options
@@ -316,6 +317,10 @@ test_http_reasons_SOURCES = \
316 test_http_reasons.c \ 317 test_http_reasons.c \
317 reason_phrase.c mhd_str.c mhd_str.h 318 reason_phrase.c mhd_str.c mhd_str.h
318 319
320test_md5_SOURCES = \
321 test_md5.c test_helpers.h \
322 md5.c md5.h
323
319test_options_SOURCES = \ 324test_options_SOURCES = \
320 test_options.c 325 test_options.c
321test_options_LDADD = \ 326test_options_LDADD = \