src/server/test/main.c

changeset 701
936e5487418a
parent 695
ff14b97bdf14
--- a/src/server/test/main.c	Sun Feb 22 13:39:39 2026 +0100
+++ b/src/server/test/main.c	Mon Feb 23 22:28:44 2026 +0100
@@ -56,6 +56,7 @@
 #include "event.h"
 #include "strreplace.h"
 #include "rewrite.h"
+#include "httpclient.h"
 
 void register_pg_tests(int argc, char **argv, CxTestSuite *suite);
 
@@ -207,6 +208,7 @@
     
     // http tests
     http_client_add_tests(suite);
+    cx_test_register(suite, test_http_client_simple_get1);
     
     // plugin tests
 #ifdef ENABLE_POSTGRESQL

mercurial