Update CTestCustom.cmake.in

Exclude "threads" test from valgrind targets
[skip ci]
This commit is contained in:
Soonho Kong 2013-09-04 16:41:04 -07:00
parent 87d3961158
commit 974b99b424

View file

@ -1,7 +1,11 @@
# Complete list of options is available at http://cmake.org/Wiki/CMake/Testing_With_CTest
# List of tests to ignore during the MemCheck stage
SET(CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE} "leantests")
SET(CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE}
"leantests"
"threads"
)
# Regular expression for excluding files from coverage testing
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE ${CTEST_CUSTOM_COVERAGE_EXCLUDE} "tests/*")