aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-18 17:02:23 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-01 09:41:22 +0300
commit70c1dbb15bba2a92a92181ed5917b334d29a60c5 (patch)
treececfef04c7d0ed488b6f8c737c15cdc34dfd7f57
parentf9550a2c8dbf166c175e6c887feab065935d0a67 (diff)
downloadlibmicrohttpd-70c1dbb15bba2a92a92181ed5917b334d29a60c5.tar.gz
libmicrohttpd-70c1dbb15bba2a92a92181ed5917b334d29a60c5.zip
test_timeout: moved to heavy tests
-rw-r--r--src/testcurl/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 74583ff6..834c0775 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -45,12 +45,9 @@ if HEAVY_TESTS
45THREAD_ONLY_TESTS += \ 45THREAD_ONLY_TESTS += \
46 test_add_conn_cleanup \ 46 test_add_conn_cleanup \
47 test_add_conn_cleanup_nolisten \ 47 test_add_conn_cleanup_nolisten \
48 $(EMPTY_ITEM)
49endif
50
51THREAD_ONLY_TESTS += \
52 test_timeout \ 48 test_timeout \
53 $(EMPTY_ITEM) 49 $(EMPTY_ITEM)
50endif
54 51
55if HAVE_POSIX_THREADS 52if HAVE_POSIX_THREADS
56if HEAVY_TESTS 53if HEAVY_TESTS