libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e3673e4fd7a2cfc799a999b0a595284202d2e4bb
parent ea618151c80f4b497071930e078a635d11bffdfb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 30 Jan 2024 19:48:45 +0100

Moved test_quiesce to heavy tests

Actually the test is not heavy, but it is slow and has very little
benefit (the tested functionality is very stable).

Diffstat:
Msrc/testcurl/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -59,12 +59,12 @@ endif THREAD_ONLY_TESTS += \ test_get_wait \ test_get_wait11 \ - test_quiesce \ $(EMPTY_ITEM) if HEAVY_TESTS THREAD_ONLY_TESTS += \ test_concurrent_stop \ + test_quiesce \ $(EMPTY_ITEM) endif