Run tests of libpq on installcheck-world, checkprep and check-world
authorMichael Paquier <michael@paquier.xyz>
Fri, 3 Jun 2022 04:15:20 +0000 (13:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 3 Jun 2022 04:15:20 +0000 (13:15 +0900)
commit2cc96f23391437e976aa830c5a955a2804d66452
tree5303884713bbfce4a46c2c89ca0be0d125fe9337
parent642e9165fd511315f0c5c3ad940f6ded42752dbe
Run tests of libpq on installcheck-world, checkprep and check-world

The regression tests of libpq have been converted to a TAP test as of
ac25173, but they were not run when running the global make targets
mentioned in $subject as the code only considered src/interfaces/ecpg/
as a path to run.  This switches to src/interfaces/, to always include
the tests of libpq in each run.

Reported-by: Justin Pryzby
Reviewed-by: Andres Freund
Discussion: https://postgr.es/m/20220529151850.GN19626@telsasoft.com
GNUmakefile.in