[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 269/335: Test with impossible values combination - repla
From: |
gnunet |
Subject: |
[libmicrohttpd] 269/335: Test with impossible values combination - replaced |
Date: |
Sat, 27 Jul 2024 22:02:45 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit 1b47e4df90f25f8a50a0cf30764d06e6d95b8f20
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jul 22 05:24:50 2024 +0200
Test with impossible values combination - replaced
---
src/tests/basic/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tests/basic/Makefile.am b/src/tests/basic/Makefile.am
index b756ee26..824e016d 100644
--- a/src/tests/basic/Makefile.am
+++ b/src/tests/basic/Makefile.am
@@ -104,7 +104,7 @@ endif
if MHD_USE_EPOLL
check_PROGRAMS += \
test_create_start_destroy_epoll_int_thread_ipv4 \
- test_create_start_destroy_epoll_thread_per_conn_ipv4 \
+ test_create_start_destroy_epoll_thread_pool_ipv4 \
$(EMPTY_ITEM)
endif
@@ -196,4 +196,4 @@ test_create_start_destroy_poll_thread_per_conn_ipv4_SOURCES
= $(basic_test_sourc
test_create_start_destroy_epoll_int_thread_ipv4_SOURCES = $(basic_test_sources)
-test_create_start_destroy_epoll_thread_per_conn_ipv4_SOURCES =
$(basic_test_sources)
+test_create_start_destroy_epoll_thread_pool_ipv4_SOURCES =
$(basic_test_sources)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 259/335: Fixed shutdown of the daemon, (continued)
- [libmicrohttpd] 259/335: Fixed shutdown of the daemon, gnunet, 2024/07/27
- [libmicrohttpd] 281/335: Moved client-server tests to dedicated dir, gnunet, 2024/07/27
- [libmicrohttpd] 279/335: Fixed assert, gnunet, 2024/07/27
- [libmicrohttpd] 283/335: More missing parts for moved test, gnunet, 2024/07/27
- [libmicrohttpd] 287/335: Temporal workaround to avoid settings regeneration, gnunet, 2024/07/27
- [libmicrohttpd] 273/335: minimal_example2: flush output, gnunet, 2024/07/27
- [libmicrohttpd] 284/335: test_client_server: use proper macros, gnunet, 2024/07/27
- [libmicrohttpd] 275/335: .gitignore: updated, gnunet, 2024/07/27
- [libmicrohttpd] 289/335: libtest_convenience: Fixed NULL dereference in tests, gnunet, 2024/07/27
- [libmicrohttpd] 257/335: -fix test issues, gnunet, 2024/07/27
- [libmicrohttpd] 269/335: Test with impossible values combination - replaced,
gnunet <=
- [libmicrohttpd] 293/335: Stream close: clear the flag, gnunet, 2024/07/27
- [libmicrohttpd] 290/335: fix test, gnunet, 2024/07/27
- [libmicrohttpd] 294/335: stream_process_request: fixed reporting for ABORT actions, gnunet, 2024/07/27
- [libmicrohttpd] 280/335: fixed assert, gnunet, 2024/07/27
- [libmicrohttpd] 298/335: minimal_example2: minimal improvement, gnunet, 2024/07/27
- [libmicrohttpd] 278/335: epoll_create1(): finally use correct parameter value, gnunet, 2024/07/27
- [libmicrohttpd] 291/335: expand tests, gnunet, 2024/07/27
- [libmicrohttpd] 282/335: Missing parts of moved test, gnunet, 2024/07/27
- [libmicrohttpd] 286/335: Request parsing fixes (copy-paste error), gnunet, 2024/07/27
- [libmicrohttpd] 295/335: More fixes, gnunet, 2024/07/27