aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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
153 153
154TESTS = $(check_PROGRAMS) 154TESTS = $(check_PROGRAMS)
155 155
156if !HAVE_LISTEN_SHUTDOWN
157XFAIL_TESTS = \
158 test_shutdown_select \
159 test_shutdown_poll
160endif
161
156test_daemon_SOURCES = \ 162test_daemon_SOURCES = \
157 test_daemon.c 163 test_daemon.c
158test_daemon_LDADD = \ 164test_daemon_LDADD = \