aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/coverage.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/coverage.in')
-rw-r--r--src/build-data/makefile/coverage.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/makefile/coverage.in b/src/build-data/makefile/coverage.in
new file mode 100644
index 000000000..9547c4151
--- /dev/null
+++ b/src/build-data/makefile/coverage.in
@@ -0,0 +1,4 @@
+
+lcov:
+ lcov --directory build/obj/lib/ --directory src/lib --no-external --capture --output-file botan.info
+ genhtml botan.info -o coverage/