Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MSK-SW
Low-Level Radio Frequency
Master Oscillator
XFEL
GPSDO
Commits
e27ae406
Commit
e27ae406
authored
Jun 23, 2021
by
Jens Georg
Browse files
Make the coverage script build-system agnostic
parent
e50fe76c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/make_coverage.sh.in
View file @
e27ae406
...
...
@@ -24,7 +24,7 @@
#######################################################################################################################
rm
-f
`
find
.
-name
"*
\.
gcda"
`
make
test
c
make
--build
.
--target
test
lcov
--capture
--directory
.
--output-file
coverage_all.info
--ignore-errors
gcov
#lcov capture also includes external stuff like glibc, boost etc.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment