forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d237ae
committed
meson: Add target for installing test files & improve install_test_files
The changes inb6a0d46 prevented installation of the test files during anormal install. However, the buildfarm intentionally tries to trun the testsagainst a "real" installation. The new install-test-files target provides thatability.Because we want to install into a normal directory, I removed the necessarymunging of the target paths from meson.build and moved it intoinstall-test-files. I also added DESTDIR support, so that installing canredirect the directory if desired. That's used for the tmp_install/installation now.I didn't like the number of arguments necessary for install_test_files, so Ichanged it to use --install target list of fileswhich makes it easier to use for further directories, if/when we need them.Discussion:https://postgr.es/m/20230308012940.edexipb3vqylcu6r@awork3.anarazel.de1 parent87e4f24 commit0d237ae
2 files changed
+33
-24
lines changedLines changed: 18 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 | 2832 |
| |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
| 2842 | + | |
| 2843 | + | |
| 2844 | + | |
| 2845 | + | |
| 2846 | + | |
| 2847 | + | |
| 2848 | + | |
2833 | 2849 |
| |
2834 | 2850 |
| |
2835 | 2851 |
| |
| |||
2922 | 2938 |
| |
2923 | 2939 |
| |
2924 | 2940 |
| |
2925 |
| - | |
2926 |
| - | |
2927 |
| - | |
2928 |
| - | |
2929 |
| - | |
2930 |
| - | |
2931 |
| - | |
2932 | 2941 |
| |
2933 |
| - | |
2934 |
| - | |
2935 |
| - | |
2936 |
| - | |
2937 |
| - | |
2938 |
| - | |
2939 |
| - | |
| 2942 | + | |
| 2943 | + | |
2940 | 2944 |
| |
2941 | 2945 |
| |
2942 | 2946 |
| |
|
Lines changed: 15 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
20 |
| - | |
21 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 |
| |
23 |
| - | |
24 |
| - | |
| 27 | + | |
25 | 28 |
| |
| 29 | + | |
| 30 | + | |
26 | 31 |
| |
27 |
| - | |
28 |
| - | |
| 32 | + | |
| 33 | + |
0 commit comments
Comments
(0)