Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1aa67a5

Browse files
Fix meson installation of xid_wraparound test.
Fix for e255b64, 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
1 parent 2579985 commit 1aa67a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/modules/xid_wraparound/meson.build

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ endif
1212

1313
xid_wraparound = shared_module('xid_wraparound',
1414
xid_wraparound_sources,
15-
kwargs: pg_mod_args,
15+
kwargs: pg_test_mod_args,
1616
)
17-
testprep_targets += xid_wraparound
17+
test_install_libs += xid_wraparound
1818

19-
install_data(
19+
test_install_data += files(
2020
'xid_wraparound.control',
2121
'xid_wraparound--1.0.sql',
22-
kwargs: contrib_data_args,
2322
)
2423

2524
tests += {

0 commit comments

Comments
 (0)