Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asapo
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
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Joao Alvim Oliveira Dias De Almeida
asapo
Commits
bd29b2da
Commit
bd29b2da
authored
3 years ago
by
Sergey Yakubov
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
4cf29418
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeModules/testing_cpp.cmake
+1
-2
1 addition, 2 deletions
CMakeModules/testing_cpp.cmake
with
1 addition
and
2 deletions
CMakeModules/testing_cpp.cmake
+
1
−
2
View file @
bd29b2da
...
...
@@ -103,10 +103,9 @@ function(gtest target test_source_files linktarget)
endif
()
add_test
(
NAME test-
${
target
}
COMMAND test-
${
target
}
)
set_tests_properties
(
test-
${
target
}
PROPERTIES LABELS
"unit;all"
)
message
(
STATUS
"Added test 'test-
${
target
}
'"
)
if
(
ARGN
)
LIST
(
GET
${
ARGN
}
0 NOCOV
)
LIST
(
GET ARGN 0 NOCOV
)
endif
()
if
(
CMAKE_COMPILER_IS_GNUCXX AND NOT 1
${
NOCOV
}
STREQUAL
"1nocov"
)
set
(
COVERAGE_EXCLUDES
"*/unittests/*"
"*/3d_party/*"
"*/python/*"
)
...
...
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