src/server/test/main.c

changeset 677
3b8d3b37a4d5
parent 673
144bdc33fdb6
child 678
9908159eff0e
--- a/src/server/test/main.c	Mon Feb 16 18:45:17 2026 +0100
+++ b/src/server/test/main.c	Tue Feb 17 13:03:39 2026 +0100
@@ -90,6 +90,7 @@
     // httpparser tests
     cx_test_register(suite, test_parse_request_line);
     cx_test_register(suite, test_parse_response_line);
+    cx_test_register(suite, test_http_parser_process_full);
     
     // event tests
     cx_test_register(suite, test_evhandler_create);

mercurial