Allow make check in PL directories
Peter Eisentraut <peter_e@gmx.net>
Allow make check in PL directories Also add make check-world target, and refactor pg_regress invocation code in makefiles a bit.
Files
| Path | Change | +/− |
|---|---|---|
| GNUmakefile.in | modified | +4 −1 |
| Makefile | modified | +1 −1 |
| src/Makefile.global.in | modified | +13 −3 |
| src/makefiles/pgxs.mk | modified | +3 −5 |
| src/pl/plperl/.gitignore | modified | +2 −0 |
| src/pl/plperl/GNUmakefile | modified | +5 −3 |
| src/pl/plpython/.gitignore | modified | +2 −0 |
| src/pl/plpython/Makefile | modified | +9 −4 |
| src/pl/tcl/.gitignore | modified | +2 −0 |
| src/pl/tcl/Makefile | modified | +5 −3 |
| src/test/regress/GNUmakefile | modified | +8 −9 |
| src/test/regress/pg_regress.c | modified | +1 −1 |