mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[2669] Update check_valgrind.h documentation
This commit is contained in:
parent
24503d327e
commit
10cbf4c33a
@ -38,6 +38,11 @@ namespace unittests {
|
|||||||
|
|
||||||
/// \brief Check if the program is run in valgrind
|
/// \brief Check if the program is run in valgrind
|
||||||
///
|
///
|
||||||
|
/// This is used to check for valgrind and skip (parts of) tests that fork,
|
||||||
|
/// such as death tests, and general forking tests, and some threading tests;
|
||||||
|
/// These tend to cause valgrind to report errors, which would hide other
|
||||||
|
/// potential valgrind reports.
|
||||||
|
///
|
||||||
/// \return true if valgrind headers are available, and valgrind is running,
|
/// \return true if valgrind headers are available, and valgrind is running,
|
||||||
/// false if the headers are not available, or if valgrind is not
|
/// false if the headers are not available, or if valgrind is not
|
||||||
/// running
|
/// running
|
||||||
|
Loading…
x
Reference in New Issue
Block a user