ctest: add support for additional sanitizer options

Sanitizers receive options through their environment variable; support
user-specified options here.
This commit is contained in:
Ben Boeckel
2014-10-03 13:45:07 -04:00
parent 0b9ffffcd4
commit ca9cc25ce8
6 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
CTEST_MEMORYCHECK_SANITIZER_OPTIONS
-----------------------------------
Specify the CTest ``MemoryCheckSanitizerOptions`` setting
in a :manual:`ctest(1)` dashboard client script.