libmicrohttpd

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

commit dcde217787066e0bdcf0ebe865ed79fca5ac005a
parent 8eb1cd31f5bd77ef7b8fae5320135fabdd882756
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Feb 2016 09:34:46 +0000

-missunderstanding test...

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

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -153,6 +153,12 @@ endif TESTS = $(check_PROGRAMS) +if !HAVE_LISTEN_SHUTDOWN +XFAIL_TESTS = \ + test_shutdown_select \ + test_shutdown_poll +endif + test_daemon_SOURCES = \ test_daemon.c test_daemon_LDADD = \