libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 143eb48f2108f5a8625cdf8339b1e21ca06319f2
parent f53fa957fcf6923a9a077137f5068c3efc2d9680
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 26 Aug 2021 16:15:05 +0300

Moved test help file

Diffstat:
Msrc/testcurl/Makefile.am | 5-----
Msrc/testcurl/https/Makefile.am | 15++-------------
Rsrc/testcurl/curl_version_check.c -> src/testcurl/https/curl_version_check.c | 0
3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -158,13 +158,8 @@ check_PROGRAMS += \ endif TESTS = $(check_PROGRAMS) - -noinst_LIBRARIES = libcurl_version_check.a endif -libcurl_version_check_a_SOURCES = \ - curl_version_check.c - test_concurrent_stop_SOURCES = \ test_concurrent_stop.c test_concurrent_stop_CFLAGS = \ diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -68,7 +68,6 @@ test_https_time_out_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_time_out_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -76,9 +75,9 @@ test_tls_options_SOURCES = \ test_tls_options.c \ tls_test_keys.h \ tls_test_common.h \ - tls_test_common.c + tls_test_common.c \ + curl_version_check.c test_tls_options_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -92,7 +91,6 @@ test_https_get_parallel_CPPFLAGS = \ test_https_get_parallel_CFLAGS = \ $(PTHREAD_CFLAGS) $(AM_CFLAGS) test_https_get_parallel_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(PTHREAD_LIBS) $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -102,7 +100,6 @@ test_empty_response_SOURCES = \ tls_test_common.h \ tls_test_common.c test_empty_response_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -116,7 +113,6 @@ test_https_get_parallel_threads_CPPFLAGS = \ test_https_get_parallel_threads_CFLAGS = \ $(PTHREAD_CFLAGS) $(AM_CFLAGS) test_https_get_parallel_threads_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(PTHREAD_LIBS) $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -126,7 +122,6 @@ test_tls_authentication_SOURCES = \ tls_test_common.h \ tls_test_common.c test_tls_authentication_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -136,7 +131,6 @@ test_https_session_info_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_session_info_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -146,7 +140,6 @@ test_https_multi_daemon_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_multi_daemon_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -156,7 +149,6 @@ test_https_get_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_get_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -166,7 +158,6 @@ test_https_get_iovec_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_get_iovec_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ @@ -180,7 +171,6 @@ test_https_sni_CPPFLAGS = \ $(AM_CPPFLAGS) \ -DABS_SRCDIR=\"$(abs_srcdir)\" test_https_sni_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ endif @@ -191,6 +181,5 @@ test_https_get_select_SOURCES = \ tls_test_common.h \ tls_test_common.c test_https_get_select_LDADD = \ - $(top_builddir)/src/testcurl/libcurl_version_check.a \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ diff --git a/src/testcurl/curl_version_check.c b/src/testcurl/https/curl_version_check.c