Exclude 'style_check' from MemCheck list

This commit is contained in:
Soonho Kong 2013-09-13 20:27:35 -07:00
parent 0905529720
commit f8c0c02cb0

View file

@ -5,6 +5,7 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE}
# The following tests are disabled since they take too much time on travis-ci # The following tests are disabled since they take too much time on travis-ci
"leanslowtests" "leanslowtests"
"threads" "threads"
"style_check"
) )
# Regular expression for excluding files from coverage testing # Regular expression for excluding files from coverage testing