src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 289
285d483db2fb
child 290
efc10acf539f
equal deleted inserted replaced
288:7dd45173f68a 289:285d483db2fb
1 /*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7 /*
8 * File: pgtest.h
9 * Author: olaf
10 *
11 * Created on 16. April 2022, 14:37
12 */
13
14 #ifndef PGTEST_H
15 #define PGTEST_H
16
17 #include <ucx/test.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 UCX_TEST(test_pg_conn);
24
25 UCX_TEST(test_pg_vfs_open);
26 UCX_TEST(test_pg_vfs_io);
27
28
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif /* PGTEST_H */
34

mercurial