Tue, 19 Apr 2022 19:14:49 +0200
add function for registering webdav backends
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: pgtest.h * Author: olaf * * Created on 16. April 2022, 14:37 */ #ifndef PGTEST_H #define PGTEST_H #include <ucx/test.h> #ifdef __cplusplus extern "C" { #endif UCX_TEST(test_pg_conn); UCX_TEST(test_pg_vfs_open); UCX_TEST(test_pg_vfs_io); UCX_TEST(test_pg_vfs_stat); UCX_TEST(test_pg_vfs_mkdir); UCX_TEST(test_pg_vfs_unlink); UCX_TEST(test_pg_vfs_rmdir); #ifdef __cplusplus } #endif #endif /* PGTEST_H */