From: Razvan Becheriu Date: Thu, 2 Apr 2020 09:05:10 +0000 (+0300) Subject: [#1089] added decumentation X-Git-Tag: Kea-1.7.7~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d04b756d49bed4dc68dca2877b74e1c5a25d297;p=thirdparty%2Fkea.git [#1089] added decumentation --- diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 9f4a190070..727deada85 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -96,6 +96,10 @@ increase the time it takes each unit test to execute. The simplest way to enable a sanitizer is to add it to the CXXFLAGS environment variable in .configure by e.g. -fsanitize=thread. + When enabling lcov (code coverage), some gtest functions are detected as + not being thread safe. It is recommended to disable lcov when enabling + thread sanitizer. + @section unitTestsDatabaseConfig Databases Configuration for Unit Tests With the use of databases requiring separate authorisation, there are