aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-02 16:09:34 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-02 16:09:34 +0300
commite163ad95a7232de374d03a6cf4a44bffbde31d3c (patch)
tree9344d8c6e6eaa54f20b355d1ebe6b53df5e7d1ff /src/testcurl/Makefile.am
parent849b9eebc199250642d25dad18e652d7a044a80b (diff)
downloadlibmicrohttpd-e163ad95a7232de374d03a6cf4a44bffbde31d3c.tar.gz
libmicrohttpd-e163ad95a7232de374d03a6cf4a44bffbde31d3c.zip
Disabled parallel make for curltest if heavy tests are enabled
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 8391ead6..6c109eb0 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -1,6 +1,8 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2EMPTY_ITEM = 2EMPTY_ITEM =
3 3
4@HEAVY_TESTS_NOTPARALLEL@
5
4SUBDIRS = . 6SUBDIRS = .
5 7
6if USE_COVERAGE 8if USE_COVERAGE