1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00
Files
postgres/src/test/perl/meson.build
Bruce Momjian 29275b1d17 Update copyright for 2024
Reported-by: Michael Paquier

Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz

Backpatch-through: 12
2024-01-03 20:49:05 -05:00

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')