From f8c0c02cb086f361f57a07bdc19bcb763ccebdc7 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Fri, 13 Sep 2013 20:27:35 -0700 Subject: [PATCH] Exclude 'style_check' from MemCheck list --- src/CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CTestCustom.cmake.in b/src/CTestCustom.cmake.in index 8d4f10ed86..90d46b77e5 100644 --- a/src/CTestCustom.cmake.in +++ b/src/CTestCustom.cmake.in @@ -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 "leanslowtests" "threads" + "style_check" ) # Regular expression for excluding files from coverage testing