aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-02-22 09:32:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-02-22 09:32:30 +0000
commit8eb1cd31f5bd77ef7b8fae5320135fabdd882756 (patch)
tree46e8598b7c0b8047edf56e0b210a927d06ea8dc7 /src/microhttpd/Makefile.am
parent8d83647523111e7d514cd8d045a0ffceccb86104 (diff)
downloadlibmicrohttpd-8eb1cd31f5bd77ef7b8fae5320135fabdd882756.tar.gz
libmicrohttpd-8eb1cd31f5bd77ef7b8fae5320135fabdd882756.zip
-these tests should pass even if we do not have listen-shutdown
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index b7ad13d9..58d39c43 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -153,12 +153,6 @@ 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
162test_daemon_SOURCES = \ 156test_daemon_SOURCES = \
163 test_daemon.c 157 test_daemon.c
164test_daemon_LDADD = \ 158test_daemon_LDADD = \