Expand test coverage support to entire tree
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 7 Aug 2009 20:50:22 +0000 (20:50 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 7 Aug 2009 20:50:22 +0000 (20:50 +0000)
commit7798147a7642521055f48e1b27b7024c46c6b446
tree4464257703236148eee73a44244b5bc10f6b6f95
parente605fbcccdf4705de4afa7e23be5b8222e1cb00d
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.
12 files changed:
GNUmakefile.in
contrib/Makefile
doc/src/sgml/regress.sgml
src/Makefile
src/Makefile.global.in
src/backend/common.mk
src/backend/utils/mb/conversion_procs/Makefile
src/bin/Makefile
src/interfaces/Makefile
src/pl/Makefile
src/pl/plpgsql/Makefile
src/tools/msvc/Mkvcbuild.pm