diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-02 16:51:30 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-17 17:07:12 +0000 |
commit | 9a97f820793a4400d7d2dbb71838f5be06e427c6 (patch) | |
tree | 429d1b36c781fd87d2dc8dedb05a02394268f657 /HACKING | |
parent | f6e2c958a0345a57c6b9b7f27acf5aee2ff1877b (diff) |
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-- | HACKING | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 === |