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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index bea82006..9346bed4 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -25,7 +25,6 @@ endif
25if HAVE_CURL 25if HAVE_CURL
26check_PROGRAMS = \ 26check_PROGRAMS = \
27 test_start_stop \ 27 test_start_stop \
28 test_quiesce \
29 test_get \ 28 test_get \
30 test_get_sendfile \ 29 test_get_sendfile \
31 test_urlparse \ 30 test_urlparse \
@@ -49,6 +48,10 @@ check_PROGRAMS = \
49 $(CURL_FORK_TEST) \ 48 $(CURL_FORK_TEST) \
50 perf_get $(PERF_GET_CONCURRENT) 49 perf_get $(PERF_GET_CONCURRENT)
51 50
51if HAVE_POSIX_THREADS
52check_PROGRAMS += \
53 test_quiesce
54endif
52 55
53if HAVE_POSTPROCESSOR 56if HAVE_POSTPROCESSOR
54 check_PROGRAMS += \ 57 check_PROGRAMS += \