libmicrohttpd

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

commit 70c1dbb15bba2a92a92181ed5917b334d29a60c5
parent f9550a2c8dbf166c175e6c887feab065935d0a67
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 18 May 2023 17:02:23 +0300

test_timeout: moved to heavy tests

Diffstat:
Msrc/testcurl/Makefile.am | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -45,12 +45,9 @@ if HEAVY_TESTS THREAD_ONLY_TESTS += \ test_add_conn_cleanup \ test_add_conn_cleanup_nolisten \ - $(EMPTY_ITEM) -endif - -THREAD_ONLY_TESTS += \ test_timeout \ $(EMPTY_ITEM) +endif if HAVE_POSIX_THREADS if HEAVY_TESTS