libmicrohttpd

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

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

-these tests should pass even if we do not have listen-shutdown

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

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -153,12 +153,6 @@ 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 = \