Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSDS Reader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Loic Hausammann
CSDS Reader
Commits
8fff7ef8
Commit
8fff7ef8
authored
3 years ago
by
loikki
Browse files
Options
Downloads
Patches
Plain Diff
Fix coverage
parent
77dbae49
Branches
Branches containing commit
No related tags found
1 merge request
!41
Fix coverage
Pipeline
#166
failed
3 months ago
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+2
-0
2 additions, 0 deletions
configure.ac
coverage.sh
+2
-0
2 additions, 0 deletions
coverage.sh
with
4 additions
and
0 deletions
configure.ac
+
2
−
0
View file @
8fff7ef8
...
...
@@ -191,6 +191,8 @@ if test "$enable_coverage" = "yes"; then
CXXFLAGS="$CXXFLAGS -fno-inline -fno-inline-small-functions -fno-default-inline"
# unused function is an issue without inlining
CXXFLAGS="$CXXFLAGS -Wno-unused-function"
# Add to linker
LDFLAGS="$LDFLAGS -lgov --coverage"
else
AC_MSG_ERROR(Cannot use coverage without gcc)
fi
...
...
This diff is collapsed.
Click to expand it.
coverage.sh
+
2
−
0
View file @
8fff7ef8
#!/bin/bash
set
-e
args
=
$@
if
[
"$#"
-eq
0
]
;
then
echo
"Running the full script"
...
...
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