lighttpd1.4/src/t
Glenn Strauss bac34c1a66 [tests] quite coverity warning in test_request.c 2021-05-17 02:52:03 -04:00
..
README [doc] src/t/README 2020-07-08 19:54:29 -04:00
test_array.c [tests] use buffer_eq_slen() for str comparison 2020-07-08 19:54:29 -04:00
test_base64.c [tests] test_base64.c clear buf vs reset 2020-08-02 07:47:42 -04:00
test_buffer.c [core] quiet coverity noise 2021-05-08 18:32:14 -04:00
test_burl.c quiet clang analyzer scan-build warnings 2020-07-08 22:51:32 -04:00
test_configfile.c quiet clang analyzer scan-build warnings 2020-07-08 22:51:32 -04:00
test_keyvalue.c [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) 2021-03-22 07:10:32 -04:00
test_mod_access.c [tests] stub out config funcs in test_mod_* 2020-07-08 19:54:29 -04:00
test_mod_evhost.c [multiple] use stat_cache_path_isdir() 2020-10-13 22:31:10 -04:00
test_mod_simple_vhost.c [multiple] use stat_cache_path_isdir() 2020-10-13 22:31:10 -04:00
test_mod_userdir.c [mod_userdir] use stat_cache_path_isdir() 2021-03-26 22:38:36 -04:00
test_request.c [tests] quite coverity warning in test_request.c 2021-05-17 02:52:03 -04:00

README

Tests have been written in the interest of "Something is better than nothing".

As of this writing, the aim is to increase test coverage using simple smoke
tests and to replace the (much) slower Perl tests in tests/*.t