summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-10-29 02:45:58 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-10-29 02:45:58 +0100
commitdb5e02a0a6c1056038aaddec6b586032ff47b9b6 (patch)
tree13a50c514973f02a3461589596a5ecca69da89c9 /INSTALL
parent6ae7e08c5211fc01155295df4f706dad1836cb80 (diff)
downloadbiboumi-db5e02a0a6c1056038aaddec6b586032ff47b9b6.tar.gz
biboumi-db5e02a0a6c1056038aaddec6b586032ff47b9b6.tar.bz2
biboumi-db5e02a0a6c1056038aaddec6b586032ff47b9b6.tar.xz
biboumi-db5e02a0a6c1056038aaddec6b586032ff47b9b6.zip
Document the test and coverage things in the INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 8306978..dc0548b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -137,6 +137,24 @@ This command will configure the project to build a release, with TLS enabled
=============
+ Testing
+=============
+
+You can run the test suite with
+
+% make check
+
+This project uses the Catch unit test framework, it will be automatically
+fetched with cmake, by cloning the github repository.
+
+You can also check the overall code coverage of this test suite by running
+
+% make coverage
+
+This requires gcov and lcov to be installed.
+
+
+=============
Run
=============