diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 6 |
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 | ||
154 | TESTS = $(check_PROGRAMS) | 154 | TESTS = $(check_PROGRAMS) |
155 | 155 | ||
156 | if !HAVE_LISTEN_SHUTDOWN | ||
157 | XFAIL_TESTS = \ | ||
158 | test_shutdown_select \ | ||
159 | test_shutdown_poll | ||
160 | endif | ||
161 | |||
162 | test_daemon_SOURCES = \ | 156 | test_daemon_SOURCES = \ |
163 | test_daemon.c | 157 | test_daemon.c |
164 | test_daemon_LDADD = \ | 158 | test_daemon_LDADD = \ |