File: CTestCustom.cmake.in

package info (click to toggle)
molequeue 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,924 kB
  • sloc: cpp: 22,039; python: 478; xml: 364; sh: 59; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(CTEST_CUSTOM_COVERAGE_EXCLUDE
  ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
  "/molequeue/testing/"
  "/moc_"
  "/ui_"
  "/thirdparty/"
)

set(CTEST_CUSTOM_WARNING_EXCEPTION
  ${CTEST_CUSTOM_WARNING_EXCEPTION}
  # We don't care about warnings from third party libraries:
  ".*thirdparty.*"
  # Nested Qt foreach loops produce this warning:
  "_container_.* shadows a previous local"
  "shadowed declaration is here"
)