postgresql/src/test/modules/test_lfind
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
..
expected Add optimized functions for linear search within byte arrays 2022-08-26 14:03:39 +07:00
sql Add optimized functions for linear search within byte arrays 2022-08-26 14:03:39 +07:00
.gitignore
Makefile
meson.build meson: Prevent installation of test files during main install 2023-03-03 07:45:52 +01:00
test_lfind--1.0.sql Add optimized functions for linear search within byte arrays 2022-08-26 14:03:39 +07:00
test_lfind.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
test_lfind.control