diff options
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r-- | src/testcurl/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am index 687b77bf..f45f13d3 100644 --- a/src/testcurl/Makefile.am +++ b/src/testcurl/Makefile.am | |||
@@ -56,6 +56,8 @@ check_PROGRAMS = \ | |||
56 | test_delete \ | 56 | test_delete \ |
57 | test_patch \ | 57 | test_patch \ |
58 | test_put \ | 58 | test_put \ |
59 | test_add_conn \ | ||
60 | test_add_conn_nolisten \ | ||
59 | test_process_headers \ | 61 | test_process_headers \ |
60 | test_process_arguments \ | 62 | test_process_arguments \ |
61 | test_parse_cookies \ | 63 | test_parse_cookies \ |
@@ -271,6 +273,18 @@ test_put_chunked_SOURCES = \ | |||
271 | test_put_chunked_LDADD = \ | 273 | test_put_chunked_LDADD = \ |
272 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | 274 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ |
273 | @LIBCURL@ | 275 | @LIBCURL@ |
276 | |||
277 | test_add_conn_SOURCES = \ | ||
278 | test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h | ||
279 | test_add_conn_LDADD = \ | ||
280 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | ||
281 | @LIBCURL@ | ||
282 | |||
283 | test_add_conn_nolisten_SOURCES = \ | ||
284 | test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h | ||
285 | test_add_conn_nolisten_LDADD = \ | ||
286 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | ||
287 | @LIBCURL@ | ||
274 | 288 | ||
275 | test_get11_SOURCES = \ | 289 | test_get11_SOURCES = \ |
276 | test_get.c | 290 | test_get.c |