aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-02-22 09:34:46 +0000
committerChristian Grothoff <christian@grothoff.org>2016-02-22 09:34:46 +0000
commitdcde217787066e0bdcf0ebe865ed79fca5ac005a (patch)
treea978738711ac63a43b647db22ac95b72846ba49a
parent8eb1cd31f5bd77ef7b8fae5320135fabdd882756 (diff)
downloadlibmicrohttpd-dcde217787066e0bdcf0ebe865ed79fca5ac005a.tar.gz
libmicrohttpd-dcde217787066e0bdcf0ebe865ed79fca5ac005a.zip
-missunderstanding test...
-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 = \