~singpolyma/biboumi

db5e02a0a6c1056038aaddec6b586032ff47b9b6 — Florent Le Coz 9 years ago 6ae7e08
Document the test and coverage things in the INSTALL file
1 files changed, 18 insertions(+), 0 deletions(-)

M INSTALL
M INSTALL => INSTALL +18 -0
@@ 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
=============