Eobj: we don't care about "Still reachable".

It seems that libcheck keeps some reachable data, unfortunate as it makes
it very annoying for us to check for reachable memory in our code, but
letting valgrind report about it is just too damn annoying.

SVN revision: 70412
This commit is contained in:
Tom Hacohen 2012-04-23 08:10:09 +00:00
parent a1ed819ea2
commit f973b12daf
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SET(MEMORYCHECK_COMMAND_OPTIONS "--show-reachable=no")
include(CTest)
ENABLE_TESTING()
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure)