summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-08 22:02:06 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-08 22:02:06 +0000
commit1350c363e81dba44797474a4b7e04c897f52b99d (patch)
treef7507ac56d947c9f9719ec48ddb482f72c174ab6 /README
parentd0513b69248953feae89dfa63a286aededeb22a1 (diff)
downloadlibhubbub-1350c363e81dba44797474a4b7e04c897f52b99d.tar.gz
libhubbub-1350c363e81dba44797474a4b7e04c897f52b99d.tar.bz2
Add a "coverage" target (like libcss) which runs lcov for nice-looking coverage statistics.
svn path=/trunk/hubbub/; revision=4312
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
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
-----------------