summaryrefslogtreecommitdiffstats
path: root/cmake/CTestCustom.cmake
blob: d6ddbcf2c7ea32eebe45ebabf026369dc27519e5 (plain)
1
2
3
4
5
set(CTEST_CUSTOM_COVERAGE_EXCLUDE
  ".*examples.*"
  ".*tests.*"
  ".*benchmark.*"
  ".*c[+][+].*")