ctest_memcheck: add support for standalone LeakSanitizer

This commit is contained in:
Jamie Snape
2017-01-09 13:15:42 -05:00
parent 976574b010
commit cf590c1236
10 changed files with 102 additions and 14 deletions
@@ -0,0 +1,5 @@
ctest_memcheck-leak_sanitizer
=============================
* The :command:`ctest_memcheck` command learned to support ``LeakSanitizer``
independently from ``AddressSanitizer``.