We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dff8f2 commit a86e78dCopy full SHA for a86e78d
cmake/include/unittest.cmake
@@ -7,6 +7,7 @@ find_program(MEMORYCHECK_COMMAND valgrind)
7
set(MEMORYCHECK_COMMAND_OPTIONS
8
"--trace-children=yes --leak-check=full --show-leak-kinds=definite,possible"
9
)
10
+set_property(GLOBAL PROPERTY CTEST_TARGET_MEMCHECK "ON")
11
12
include(CTest)
13
set(CTEST_OUTPUT_ON_FAILURE ON)
0 commit comments