Allow individual TAP tests to be run via PROVE_TESTS
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 14 Nov 2016 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 14 Nov 2016 15:00:41 +0000 (10:00 -0500)
commit9ca7b0bf016364c74d38f66c7050be915bfea908
tree12354599e1c255e1d8fee369a1c4f301792c7b70
parent8ce4f597abc530b3b59bcf3a3964f31e50054bcd
Allow individual TAP tests to be run via PROVE_TESTS

Add a new optional Makefile variable PROVE_TESTS that, if passed as a
space-separated list of paths relative to the Makefile invoking
$(prove_check) or $(prove_installcheck), runs just those tests instead
of t/*.pl .

From: Craig Ringer <craig@2ndquadrant.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
src/Makefile.global.in
src/test/perl/README