src/server/plugins/postgresql/pgtest.h

Sat, 16 Apr 2022 21:05:29 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 16 Apr 2022 21:05:29 +0200
branch
webdav
changeset 289
285d483db2fb
child 290
efc10acf539f
permissions
-rw-r--r--

add first pg vfs tests

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


#ifdef __cplusplus
}
#endif

#endif /* PGTEST_H */

mercurial