Skip to content
Snippets Groups Projects
Commit e27ae406 authored by Jens Georg's avatar Jens Georg
Browse files

Make the coverage script build-system agnostic

parent e50fe76c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#######################################################################################################################
rm -f `find . -name "*\.gcda"`
make test
cmake --build . --target test
lcov --capture --directory . --output-file coverage_all.info --ignore-errors gcov
#lcov capture also includes external stuff like glibc, boost etc.
......
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