]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Remove --enable-test-coverage
authorCole Robinson <crobinso@redhat.com>
Wed, 13 Mar 2019 16:07:24 +0000 (12:07 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 15 Mar 2019 00:47:15 +0000 (20:47 -0400)
commitf38d553e2d6ec2f041cb7947b5eafcdd3b26ae65
tree76ed176499344afc84c516f8c62ab1734df8ef1d
parent2a00ef6e71f30241f9ca6288da984d75f3cef957
configure: Remove --enable-test-coverage

We provide a custom configure option --enable-test-coverage and
'make cov' target to generate code coverage reports. However gnulib
already provides a 'make coverage' which 'just works' and doesn't
require a special configure option.

This drops our custom implementation in favor of 'make coverage'.
Reports are now output to cov/index.html

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Makefile.am
configure.ac
examples/Makefile.am
src/Makefile.am
src/remote/Makefile.inc.am
tests/Makefile.am
tools/Makefile.am