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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 3e4c5ea1..405f4735 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -197,8 +197,6 @@ check_PROGRAMS += \
197 test_postprocessor_amp 197 test_postprocessor_amp
198endif 198endif
199 199
200TESTS = $(check_PROGRAMS)
201
202# Do not test trigger of select by shutdown of listen socket 200# Do not test trigger of select by shutdown of listen socket
203# on Cygwin as this ability is deliberately ignored on Cygwin 201# on Cygwin as this ability is deliberately ignored on Cygwin
204# to improve compatibility with core OS. 202# to improve compatibility with core OS.
@@ -216,6 +214,8 @@ endif
216endif 214endif
217endif 215endif
218 216
217TESTS = $(check_PROGRAMS)
218
219test_start_stop_SOURCES = \ 219test_start_stop_SOURCES = \
220 test_start_stop.c 220 test_start_stop.c
221test_start_stop_LDADD = \ 221test_start_stop_LDADD = \