aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 += {