We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020bf3 commit e4c9d24Copy full SHA for e4c9d24
src/test/modules/xid_wraparound/meson.build
@@ -12,14 +12,13 @@ endif
12
13
xid_wraparound = shared_module('xid_wraparound',
14
xid_wraparound_sources,
15
- kwargs: pg_mod_args,
+ kwargs: pg_test_mod_args,
16
)
17
-testprep_targets += xid_wraparound
+test_install_libs += xid_wraparound
18
19
-install_data(
+test_install_data += files(
20
'xid_wraparound.control',
21
'xid_wraparound--1.0.sql',
22
- kwargs: contrib_data_args,
23
24
25
tests += {
0 commit comments