Commit b3064200 authored by Steve Bennett's avatar Steve Bennett
Browse files

build: Add ./configure --coverage



To make it easier to generate code coverage output.
Ensure that gcovr is installed, then do:

	./configure --coverage
	make test coverage

And see the report in coverage.html

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent 67703c4e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment