aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-25 22:52:27 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-25 22:52:27 +0300
commit54e123587e440e183eb5b7fbd6dcd1bebbc795dd (patch)
tree8f3afc1da46eca98fc8669b3b5e75c504fa14e01 /README
parentefdd6e0ffbc597a95165bd328d3acd608cdcaa5b (diff)
downloadlibmicrohttpd-54e123587e440e183eb5b7fbd6dcd1bebbc795dd.tar.gz
libmicrohttpd-54e123587e440e183eb5b7fbd6dcd1bebbc795dd.zip
set_test_panic: added new test
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 7d355292..a330e191 100644
--- a/README
+++ b/README
@@ -84,9 +84,8 @@ library stable, we should have testcases for the following features:
84- MHD basic and digest authentication 84- MHD basic and digest authentication
85 85
86In particular, the following functions are not covered by 'make check': 86In particular, the following functions are not covered by 'make check':
87- mhd_panic_std (daemon.c); special case (abort) 87- mhd_panic_std (mhd_panic.c); special case (abort)
88- parse_options (daemon.c) 88- parse_options (daemon.c)
89- MHD_set_panic_func (daemon.c)
90- MHD_get_version (daemon.c) 89- MHD_get_version (daemon.c)
91 90
92 91