Skip to content
Snippets Groups Projects
Commit d7c5e045 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Added clean_coverage target.

parent 03c590f0
No related branches found
No related tags found
No related merge requests found
...@@ -34,3 +34,7 @@ if(Python_EXECUTABLE) ...@@ -34,3 +34,7 @@ if(Python_EXECUTABLE)
else() else()
message(STATUS "No cobertura coverage report generated because Python executable was not found.") message(STATUS "No cobertura coverage report generated because Python executable was not found.")
endif() endif()
if(UNIX)
add_custom_target(clean_coverage find . -name '*.gcda' -delete)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment