mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Help: Clarify memory check sanitizer option behavior for log_path
Added information about prepending [ASAN/LSAN/TSAN/MSAN/UBSAN]_OPTIONS to MemoryTesterEnvironmentVariable and `log_path` limitation.
This commit is contained in:
@@ -5,3 +5,8 @@ CTEST_MEMORYCHECK_SANITIZER_OPTIONS
|
||||
|
||||
Specify the CTest ``MemoryCheckSanitizerOptions`` setting
|
||||
in a :manual:`ctest(1)` dashboard client script.
|
||||
|
||||
CTest prepends correct sanitizer options ``*_OPTIONS``
|
||||
environment variable to executed command. CTests adds
|
||||
its own ``log_path`` to sanitizer options, don't provide your
|
||||
own ``log_path``.
|
||||
|
Reference in New Issue
Block a user