postgresql/src/test/modules/ssl_passphrase_callback
Peter Eisentraut b6a0d469ca meson: Prevent installation of test files during main install
Previously, meson installed modules under src/test/modules/ as part of
a normal installation, even though these files are only meant for use
by tests.  This is because there is no way to set up up the build
system to install extra things only when told.

This patch fixes that with a workaround: We don't install these
modules as part of meson install, but we create a new "test" that runs
before the real tests whose action it is to install these files.  The
installation is done by manual copies using a small helper script.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/2a039e8e-f31f-31e8-afe7-bab3130ad2de%40enterprisedb.com
2023-03-03 07:45:52 +01:00
..
t Update copyright for 2023 2023-01-02 15:00:37 -05:00
.gitignore
Makefile Make finding openssl program a configure or meson option 2022-10-20 21:05:42 +02:00
meson.build meson: Prevent installation of test files during main install 2023-03-03 07:45:52 +01:00
server.crt
server.key
ssl_passphrase_func.c Remove now superfluous declarations of dlsym()ed symbols. 2022-07-17 17:29:32 -07:00