2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-06 00:45:23 +00:00

[#1089] added decumentation

This commit is contained in:
Razvan Becheriu
2020-04-02 12:05:10 +03:00
committed by Francis Dupont
parent e31d884c65
commit 0d04b756d4

View File

@@ -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. <i>-fsanitize=thread</i>.
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