libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit b3c931114a2a5fb0fa886ea680cbd54e47713c6a
parent 53e835337a91ae75b640a572cb6568cf734d6241
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Thu, 25 Dec 2025 16:15:42 +0100

Makefile: Uncommented the test

Diffstat:
Msrc/tests/unit/Makefile.am | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/tests/unit/Makefile.am b/src/tests/unit/Makefile.am @@ -30,14 +30,13 @@ endif LDADD = $(MHD_LIBDEPS) -# test_str_to_value - check_PROGRAMS = \ test_str_base64 \ test_str_bin_hex \ test_str_compare \ test_str_from_value \ test_str_quote \ + test_str_to_value \ test_str_token \ test_str_token_remove \ test_str_tokens_remove \