src/server/test/main.c

changeset 673
144bdc33fdb6
parent 669
ccdc97fd8204
--- a/src/server/test/main.c	Sun Feb 15 11:16:50 2026 +0100
+++ b/src/server/test/main.c	Sun Feb 15 12:24:38 2026 +0100
@@ -40,6 +40,7 @@
 #include "../util/date.h"
 #include "../daemon/vfs.h"
 #include "../safs/proxy.h"
+#include "../proxy/httpclient.h"
 
 #include "test.h"
 
@@ -195,6 +196,9 @@
     // saf tests
     http_reverse_proxy_add_tests(suite);
     
+    // http tests
+    http_client_add_tests(suite);
+    
     // plugin tests
 #ifdef ENABLE_POSTGRESQL
     register_pg_tests(argc, argv, suite);

mercurial