aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testcurl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 2bedaaca..b2bf1d51 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -18,6 +18,7 @@ $(LIBCURL_CPPFLAGS)
18 18
19if !HAVE_W32 19if !HAVE_W32
20PERF_GET_CONCURRENT=perf_get_concurrent 20PERF_GET_CONCURRENT=perf_get_concurrent
21TEST_CONCURRENT_STOP=test_concurrent_stop
21if HAVE_CURL_BINARY 22if HAVE_CURL_BINARY
22CURL_FORK_TEST = test_get_response_cleanup 23CURL_FORK_TEST = test_get_response_cleanup
23endif 24endif
@@ -30,7 +31,7 @@ check_PROGRAMS = \
30 test_get_sendfile \ 31 test_get_sendfile \
31 test_urlparse \ 32 test_urlparse \
32 test_put \ 33 test_put \
33 test_concurrent_stop \ 34 $(TEST_CONCURRENT_STOP) \
34 test_process_headers \ 35 test_process_headers \
35 test_process_arguments \ 36 test_process_arguments \
36 test_parse_cookies \ 37 test_parse_cookies \