mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
16 lines
467 B
Meson
16 lines
467 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
# could use install_data's preserve_path option in >=0.64.0
|
|
|
|
install_data(
|
|
'PostgreSQL/Version.pm',
|
|
install_dir: dir_pgxs / 'src/test/perl/PostgreSQL')
|
|
|
|
install_data(
|
|
'PostgreSQL/Test/Utils.pm',
|
|
'PostgreSQL/Test/SimpleTee.pm',
|
|
'PostgreSQL/Test/RecursiveCopy.pm',
|
|
'PostgreSQL/Test/Cluster.pm',
|
|
'PostgreSQL/Test/BackgroundPsql.pm',
|
|
install_dir: dir_pgxs / 'src/test/perl/PostgreSQL/Test')
|