Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
a0238697
Commit
a0238697
authored
7 months ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation about generation coverage report
parent
003d08c6
No related branches found
No related tags found
1 merge request
!34
Update cmp_tool to version v0.13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+7
-1
7 additions, 1 deletion
INSTALL.md
with
7 additions
and
1 deletion
INSTALL.md
+
7
−
1
View file @
a0238697
...
...
@@ -115,7 +115,7 @@ meson test --gdb <testname>
### Producing a coverage report
First,
configure the build with this command
.
First,
ensure that either
`gcovr`
or
`lcov`
is installed as a dependency for generating coverage reports
.
```
cd <name of the build directory>
...
...
@@ -172,6 +172,12 @@ meson test fuzz_round_trip\ 10\ min --verbose
Happy fuzzing! 🚀
To reset the coverage data, use the following command:
```
ninja clean-gcda
```
## Documentation
### External dependencies
To generate the documentation you need the
[
Doxygen
](
https://www.doxygen.nl/index.html
)
program.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment