summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMasahiko Sawada2024-02-08 08:03:59 +0000
committerMasahiko Sawada2024-02-08 08:03:59 +0000
commit1aa67a5ea6870d42410cc2a3a0f9dcf6bd6bc1f5 (patch)
tree5bf9c207c7d00d09b1c01cf400638d78deefd323 /src
parent25799850867292efecf34da73db4ea1ad1aad573 (diff)
Fix meson installation of xid_wraparound test.
Fix for e255b646a, to prevent installation of xid_wraparound test module during main install. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/84cd416a-0e37-4019-8380-1c8a3cdd8c5c%40eisentraut.org
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/xid_wraparound/meson.build7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/test/modules/xid_wraparound/meson.build b/src/test/modules/xid_wraparound/meson.build
index 602172754ac..2e5248131b5 100644
--- a/src/test/modules/xid_wraparound/meson.build
+++ b/src/test/modules/xid_wraparound/meson.build
@@ -12,14 +12,13 @@ endif
xid_wraparound = shared_module('xid_wraparound',
xid_wraparound_sources,
- kwargs: pg_mod_args,
+ kwargs: pg_test_mod_args,
)
-testprep_targets += xid_wraparound
+test_install_libs += xid_wraparound
-install_data(
+test_install_data += files(
'xid_wraparound.control',
'xid_wraparound--1.0.sql',
- kwargs: contrib_data_args,
)
tests += {