summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-02 16:51:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-17 17:07:12 +0000
commit9a97f820793a4400d7d2dbb71838f5be06e427c6 (patch)
tree429d1b36c781fd87d2dc8dedb05a02394268f657 /HACKING
parentf6e2c958a0345a57c6b9b7f27acf5aee2ff1877b (diff)
downloaddbus-9a97f820793a4400d7d2dbb71838f5be06e427c6.tar.gz
Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcov
Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 2 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 442508a0..2e417153 100644
--- a/HACKING
+++ b/HACKING
@@ -289,10 +289,8 @@ is to add a test in here.
"make check" runs all the deterministic test programs (i.e. not break-loader).
-"make check-coverage" is available if you configure with --enable-gcov and
-gives a complete report on test suite coverage. You can also run
-"test/decode-gcov foo.c" on any source file to get annotated source,
-after running make check with a gcov-enabled tree.
+"make lcov-check" is available if you configure with --enable-compiler-coverage
+and gives a complete report on test suite coverage.
Patches
===