aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/meson.build
blob: e9726d54283bfa1aa4d3b1abb3b3fff2321136df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) 2022-2025, 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/Kerberos.pm',
  'PostgreSQL/Test/Cluster.pm',
  'PostgreSQL/Test/BackgroundPsql.pm',
  'PostgreSQL/Test/AdjustDump.pm',
  'PostgreSQL/Test/AdjustUpgrade.pm',
  install_dir: dir_pgxs / 'src/test/perl/PostgreSQL/Test')