aboutsummaryrefslogtreecommitdiff
path: root/changes/coverage-html
diff options
context:
space:
mode:
Diffstat (limited to 'changes/coverage-html')
-rw-r--r--changes/coverage-html5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/coverage-html b/changes/coverage-html
new file mode 100644
index 0000000000..1c38c76fa6
--- /dev/null
+++ b/changes/coverage-html
@@ -0,0 +1,5 @@
+ o Minor features (testing):
+
+ - Add a "coverage-html" make target to generate HTML-visualized
+ coverage results when building with --enable-coverage. (Requires lcov.)
+ Patch from Kevin Murray.