Update CTestCustom.cmake.in
Exclude "threads" test from valgrind targets [skip ci]
This commit is contained in:
parent
87d3961158
commit
974b99b424
1 changed files with 5 additions and 1 deletions
|
@ -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/*")
|
||||
|
||||
|
|
Loading…
Reference in a new issue