diff options
author | Jamie Snape <jamie.snape@kitware.com> | 2017-01-09 13:39:08 -0500 |
---|---|---|
committer | Jamie Snape <jamie.snape@kitware.com> | 2017-01-09 13:39:08 -0500 |
commit | 0a2e588585a951b1f26cfa9094e0709f1d026b1e (patch) | |
tree | 692c6f09de840321837852e3e6c791bb6f837dfe /Help | |
parent | cdacfbd255dcf640be7dd4971a1be616d015b3fd (diff) | |
download | cmake-0a2e588585a951b1f26cfa9094e0709f1d026b1e.tar.gz |
ctest_memcheck: join *SAN_OPTIONS with :
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ctest_memcheck-leak_sanitizer.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/ctest_memcheck-leak_sanitizer.rst b/Help/release/dev/ctest_memcheck-leak_sanitizer.rst index 1348c278a2..60b4a22b4f 100644 --- a/Help/release/dev/ctest_memcheck-leak_sanitizer.rst +++ b/Help/release/dev/ctest_memcheck-leak_sanitizer.rst @@ -7,3 +7,8 @@ ctest_memcheck-leak_sanitizer * The :command:`ctest_memcheck` command learned to read the location of suppressions files for sanitizers from the :variable:`CTEST_MEMORYCHECK_SUPPRESSIONS_FILE` variable. + +* The :command:`ctest_memcheck` command was fixed to correctly append extra + sanitizer options read from the + :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable to the environment + variables used internally by the sanitizers. |