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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index f4ca1974..3ddbd068 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -59,12 +59,12 @@ endif
59THREAD_ONLY_TESTS += \ 59THREAD_ONLY_TESTS += \
60 test_get_wait \ 60 test_get_wait \
61 test_get_wait11 \ 61 test_get_wait11 \
62 test_quiesce \
63 $(EMPTY_ITEM) 62 $(EMPTY_ITEM)
64 63
65if HEAVY_TESTS 64if HEAVY_TESTS
66THREAD_ONLY_TESTS += \ 65THREAD_ONLY_TESTS += \
67 test_concurrent_stop \ 66 test_concurrent_stop \
67 test_quiesce \
68 $(EMPTY_ITEM) 68 $(EMPTY_ITEM)
69endif 69endif
70 70