From db5e02a0a6c1056038aaddec6b586032ff47b9b6 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 29 Oct 2015 02:45:58 +0100 Subject: Document the test and coverage things in the INSTALL file --- INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 8306978..dc0548b 100644 --- a/INSTALL +++ b/INSTALL @@ -136,6 +136,24 @@ This command will configure the project to build a release, with TLS enabled # make install +============= + 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 ============= -- cgit v1.2.3