Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
90
Issues
90
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
03d608e9
Commit
03d608e9
authored
Mar 07, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the make coverage_* commands
parent
cf2d4fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
CMakeLists.txt
CMakeLists.txt
+7
-5
No files found.
CMakeLists.txt
View file @
03d608e9
...
...
@@ -258,13 +258,15 @@ add_custom_target(e2e_valgrind COMMAND "E2E_BIBOUMI_SUPP_DIR=${CMAKE_CURRENT_SOU
if
(
CMAKE_BUILD_TYPE MATCHES Debug
)
include
(
CodeCoverage
)
SETUP_TARGET_FOR_COVERAGE
(
coverage_check
make
coverage_test_suite
check
)
./test_suite
coverage_test_suite
)
add_dependencies
(
coverage_check test_suite
)
SETUP_TARGET_FOR_COVERAGE
(
coverage_e2e
make
python3
coverage_e2e
e2e
)
${
CMAKE_CURRENT_SOURCE_DIR
}
/tests/end_to_end/
)
add_dependencies
(
coverage_e2e biboumi
)
ADD_CUSTOM_TARGET
(
coverage
COMMAND
${
LCOV_PATH
}
-a coverage_e2e.info -a coverage_test_suite.info -o coverage_total.info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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