src/server/plugins/postgresql/pgtest.h

Mon, 18 Apr 2022 13:17:50 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 18 Apr 2022 13:17:50 +0200
branch
webdav
changeset 296
78e92337fa4e
parent 294
277a5896a2ec
child 306
e03737cea6e2
permissions
-rw-r--r--

implement pg rmdir

/*
 * 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 */

mercurial