Expand test coverage support to entire tree

Peter Eisentraut <peter_e@gmx.net>

Commit: 7798147a7642521055f48e1b27b7024c46c6b446
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-07T20:50:22Z
Releases: 9.0.0
Expand test coverage support to entire tree

Test coverage support now covers the entire source tree, including
contrib, instead of just src/backend.  In a related but independent
development, the commands make coverage and make coverage-html can be run
in any directory.

This turned out to be much easier than feared.  Besides a few ad hoc fixes
to pass the make target down the tree, change all affected makefiles to
list their directories in the SUBDIRS variable, changed from variants like
DIRS and WANTED_DIRS.  MSVC build fix was attempted as well.

Files

PathChange+/−
contrib/Makefile modified +7 −7
doc/src/sgml/regress.sgml modified +2 −1
GNUmakefile.in modified +2 −21
src/backend/common.mk modified +1 −7
src/backend/utils/mb/conversion_procs/Makefile modified +6 −6
src/bin/Makefile modified +4 −4
src/interfaces/Makefile modified +3 −3
src/Makefile modified +10 −1
src/Makefile.global.in modified +11 −1
src/pl/Makefile modified +7 −7
src/pl/plpgsql/Makefile modified +2 −2
src/tools/msvc/Mkvcbuild.pm modified +2 −2