added ctest options for valgrind

master
Ismael Gomez 7 years ago
parent 2a43c9901f
commit 2c85d3f890

@ -42,6 +42,8 @@ include(SRSLTEPackage) #setup cpack
include(CTest)
set(CTEST_MEMORYCHECK_COMMAND valgrind)
set(CTEST_MEMORYCHECK_COMMAND_OPTIONS "--trace-children=yes --leak-check=full" )
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake"

@ -7,7 +7,7 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE
realplot_test
complexplot_test
# Ignore these to, they take too lonk
# Ignore these to, they take too long
fft_normal
fft_extened
chest_test_all_cellids

Loading…
Cancel
Save