mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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
This commit is contained in:
@ -12,14 +12,13 @@ endif
|
|||||||
|
|
||||||
xid_wraparound = shared_module('xid_wraparound',
|
xid_wraparound = shared_module('xid_wraparound',
|
||||||
xid_wraparound_sources,
|
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.control',
|
||||||
'xid_wraparound--1.0.sql',
|
'xid_wraparound--1.0.sql',
|
||||||
kwargs: contrib_data_args,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
tests += {
|
tests += {
|
||||||
|
Reference in New Issue
Block a user