src/server/test/main.c

changeset 669
ccdc97fd8204
parent 667
1f0f014c0121
--- a/src/server/test/main.c	Thu Feb 12 16:02:09 2026 +0100
+++ b/src/server/test/main.c	Fri Feb 13 12:16:09 2026 +0100
@@ -39,6 +39,7 @@
 #include "../util/plist.h"
 #include "../util/date.h"
 #include "../daemon/vfs.h"
+#include "../safs/proxy.h"
 
 #include "test.h"
 
@@ -191,6 +192,9 @@
     cx_test_register(suite, test_webdav_proppatch);
     cx_test_register(suite, test_webdav_put);
     
+    // saf tests
+    http_reverse_proxy_add_tests(suite);
+    
     // plugin tests
 #ifdef ENABLE_POSTGRESQL
     register_pg_tests(argc, argv, suite);

mercurial