summaryrefslogtreecommitdiffstats
path: root/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CTestCustom.cmake')
-rw-r--r--cmake/CTestCustom.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/CTestCustom.cmake b/cmake/CTestCustom.cmake
new file mode 100644
index 0000000..d6ddbcf
--- /dev/null
+++ b/cmake/CTestCustom.cmake
@@ -0,0 +1,5 @@
+set(CTEST_CUSTOM_COVERAGE_EXCLUDE
+ ".*examples.*"
+ ".*tests.*"
+ ".*benchmark.*"
+ ".*c[+][+].*")