diff -r 7dd45173f68a -r 285d483db2fb src/server/plugins/postgresql/pgtest.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/server/plugins/postgresql/pgtest.h Sat Apr 16 21:05:29 2022 +0200 @@ -0,0 +1,34 @@ +/* + * 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 + +#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 */ +