aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-12 18:16:44 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-13 09:07:03 +0300
commitf8502a2e07a5e3402431d6218252879c46621f46 (patch)
tree93507381d8c2d7f9f88ad6182f58a3de0ef3a00d /src/testcurl/https/Makefile.am
parent0b9776811f2d8bd1041b759bd84733754bba7b3e (diff)
downloadlibmicrohttpd-f8502a2e07a5e3402431d6218252879c46621f46.tar.gz
libmicrohttpd-f8502a2e07a5e3402431d6218252879c46621f46.zip
testcurl/https: added test for MHD_OPTION_HTTPS_PRIORITIES_APPEND
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index c3db4dba..324076ef 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -40,6 +40,7 @@ THREAD_ONLY_TESTS = \
40 $(HTTPS_PARALLEL_TESTS) \ 40 $(HTTPS_PARALLEL_TESTS) \
41 $(TEST_HTTPS_SNI) \ 41 $(TEST_HTTPS_SNI) \
42 test_https_session_info \ 42 test_https_session_info \
43 test_https_session_info_append \
43 test_https_multi_daemon \ 44 test_https_multi_daemon \
44 test_https_get \ 45 test_https_get \
45 test_empty_response \ 46 test_empty_response \
@@ -119,6 +120,8 @@ test_https_session_info_SOURCES = \
119 tls_test_common.h \ 120 tls_test_common.h \
120 tls_test_common.c 121 tls_test_common.c
121 122
123test_https_session_info_append_SOURCES = $(test_https_session_info_SOURCES)
124
122test_https_multi_daemon_SOURCES = \ 125test_https_multi_daemon_SOURCES = \
123 test_https_multi_daemon.c \ 126 test_https_multi_daemon.c \
124 tls_test_keys.h \ 127 tls_test_keys.h \