[Telepathy-commits] [telepathy-gabble/master] Document how to run tests with coverage
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Jan 20 11:14:43 PST 2009
Also correct the instruction to run "make check-all" - the Twisted tests
haven't required that for a long time.
---
tests/README | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/tests/README b/tests/README
index a7723eb..bc61740 100644
--- a/tests/README
+++ b/tests/README
@@ -1,6 +1,11 @@
To run all tests:
- make check-all
+ make check
+
+or with coverage info:
+
+ ./configure --enable-compiler-coverage
+ make lcov-check
== C tests ==
--
1.5.6.5
More information about the Telepathy-commits
mailing list