aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 627d09a2..934587d7 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -17,7 +17,6 @@ $(LIBCURL_CPPFLAGS)
17 17
18if !HAVE_W32 18if !HAVE_W32
19PERF_GET_CONCURRENT=perf_get_concurrent 19PERF_GET_CONCURRENT=perf_get_concurrent
20TEST_QUIESCE=test_quiesce
21if HAVE_CURL_BINARY 20if HAVE_CURL_BINARY
22CURL_FORK_TEST = test_get_response_cleanup 21CURL_FORK_TEST = test_get_response_cleanup
23endif 22endif
@@ -26,7 +25,7 @@ endif
26if HAVE_CURL 25if HAVE_CURL
27check_PROGRAMS = \ 26check_PROGRAMS = \
28 test_start_stop \ 27 test_start_stop \
29 $(TEST_QUIESCE) \ 28 test_quiesce \
30 test_get \ 29 test_get \
31 test_get_sendfile \ 30 test_get_sendfile \
32 test_urlparse \ 31 test_urlparse \