forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99b937a
committed
Add PG_TEST_EXTRA configure option to the Make builds
The Meson builds have PG_TEST_EXTRA as a configure-time variable,which was not available in the Make builds. To ensure both buildsystems are in sync, PG_TEST_EXTRA is now added as a configure-timevariable. It can be set like this: ./configure PG_TEST_EXTRA="kerberos, ssl, ..."Note that to preserve the old behavior, this configure-time variableis overridden by the PG_TEST_EXTRA environment variable when you runthe tests.Author: Jacob ChampionReviewed by: Ashutosh Bapat, Nazir Bilal Yavuz1 parent3d1aec2 commit99b937a
4 files changed
+18
-5
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
| 767 | + | |
767 | 768 |
| |
768 | 769 |
| |
769 | 770 |
| |
| |||
880 | 881 |
| |
881 | 882 |
| |
882 | 883 |
| |
| 884 | + | |
883 | 885 |
| |
884 | 886 |
| |
885 | 887 |
| |
| |||
1587 | 1589 |
| |
1588 | 1590 |
| |
1589 | 1591 |
| |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
1590 | 1595 |
| |
1591 | 1596 |
| |
1592 | 1597 |
| |
| |||
3629 | 3634 |
| |
3630 | 3635 |
| |
3631 | 3636 |
| |
| 3637 | + | |
3632 | 3638 |
| |
3633 | 3639 |
| |
3634 | 3640 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
645 | 655 |
| |
646 | 656 |
| |
647 | 657 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 | 30 |
| |
36 | 31 |
| |
37 | 32 |
| |
|
0 commit comments
Comments
(0)