From 1350c363e81dba44797474a4b7e04c897f52b99d Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 8 Jun 2008 22:02:06 +0000 Subject: Add a "coverage" target (like libcss) which runs lcov for nice-looking coverage statistics. svn path=/trunk/hubbub/; revision=4312 --- README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c0e42a4..57ecd10 100644 --- a/README +++ b/README @@ -21,8 +21,13 @@ Requirements Hubbub also requires the following libraries to be installed: - + An iconv implementation (e.g. libiconv) - + JSON-C (for the testcases) -- see json/README for further information + + An iconv implementation (e.g. libiconv) + + JSON-C (for the testcases) -- see json/README for further information + + Hubbub can make use of the following, for debugging and testing purposes: + + + gcov and lcov, for test coverage data + Compilation ----------- @@ -39,6 +44,13 @@ Verification $ make test + If you wish to see test coverage statistics, run: + + $ make coverage + + Then open the build/coverage/index.html file in a web browser. + + API documentation ----------------- -- cgit v1.2.3