| # Copyright (c) 2022-2023, 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') |