diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-29 02:45:58 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-29 02:45:58 +0100 |
commit | db5e02a0a6c1056038aaddec6b586032ff47b9b6 (patch) | |
tree | 13a50c514973f02a3461589596a5ecca69da89c9 /INSTALL | |
parent | 6ae7e08c5211fc01155295df4f706dad1836cb80 (diff) | |
download | biboumi-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-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 ============= |