summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
-----------------