2013-09-04 04:55:40 +00:00
|
|
|
# Complete list of options is available at http://cmake.org/Wiki/CMake/Testing_With_CTest
|
|
|
|
|
|
|
|
# List of tests to ignore during the MemCheck stage
|
2013-09-06 15:47:06 +00:00
|
|
|
SET(CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE}
|
2013-09-10 22:37:09 +00:00
|
|
|
# The following tests are disabled since they take too much time on travis-ci
|
2013-09-06 15:47:06 +00:00
|
|
|
"leanslowtests"
|
2013-09-04 23:41:04 +00:00
|
|
|
"threads"
|
|
|
|
)
|
2013-09-06 15:47:06 +00:00
|
|
|
|
2013-09-04 04:55:40 +00:00
|
|
|
# Regular expression for excluding files from coverage testing
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE ${CTEST_CUSTOM_COVERAGE_EXCLUDE} "tests/*")
|
2013-09-04 17:59:26 +00:00
|
|
|
|
|
|
|
# Suppress warnings from OSX/Travis
|
|
|
|
SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|
|
|
${CTEST_CUSTOM_WARNING_EXCEPTION}
|
|
|
|
"ld: warning: ignoring file /usr/local/lib/gcc/x86_64-apple-darwin12.4.0/4.9.0/libgcc.a.*")
|