From dcde217787066e0bdcf0ebe865ed79fca5ac005a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 22 Feb 2016 09:34:46 +0000 Subject: [PATCH] -missunderstanding test... --- src/microhttpd/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index 58d39c43..b7ad13d9 100644 --- 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 = \