--- a/test/main.c Sat Feb 14 18:11:29 2026 +0100 +++ b/test/main.c Sat Jun 20 19:00:56 2026 +0200 @@ -35,6 +35,8 @@ #include "crypto.h" #include "utils.h" +#include "context.h" +#include "session.h" #include "webdav.h" #include "webdav_resource.h" @@ -81,6 +83,8 @@ cx_test_register(suite, test_util_path_isabsolut); cx_test_register(suite, test_util_path_normalize); cx_test_register(suite, test_util_parent_path); + cx_test_register(suite, test_context_ref_counting); + cx_test_register(suite, test_session_ref_counting); CxTestSuite* suite_webdav = cx_test_suite_new("libidav webdav"); test_webdav_init();