libmicrohttpd

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

commit a1cc6eeea3488af7b3d356e09d0707a82c1dff11
parent 740deea3a8bfa55384360bc311a44bde07843aa8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 26 Oct 2021 10:10:55 +0300

src/microhttpd/Makefile: cosmetics

Diffstat:
Msrc/microhttpd/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -197,8 +197,6 @@ check_PROGRAMS += \ test_postprocessor_amp endif -TESTS = $(check_PROGRAMS) - # Do not test trigger of select by shutdown of listen socket # on Cygwin as this ability is deliberately ignored on Cygwin # to improve compatibility with core OS. @@ -216,6 +214,8 @@ endif endif endif +TESTS = $(check_PROGRAMS) + test_start_stop_SOURCES = \ test_start_stop.c test_start_stop_LDADD = \