Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
190ea5b1
Commit
190ea5b1
authored
2 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
cleanup CMakeFile
parent
98cc54e0
No related branches found
No related tags found
1 merge request
!466
devel->main
Pipeline
#13808
failed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/CMakeLists.txt
+1
-3
1 addition, 3 deletions
test/CMakeLists.txt
with
1 addition
and
3 deletions
test/CMakeLists.txt
+
1
−
3
View file @
190ea5b1
...
...
@@ -13,7 +13,7 @@ target_link_libraries(dummy ${PLUGIN_NAME})
############# USE THIS TEST AS AN EXAMPLE #################
# #
# Create a specific test executable for gtest_example #
wolf_add_gtest
(
gtest_example gtest_example.cpp
)
#
#
wolf_add_gtest(gtest_example gtest_example.cpp) #
# #
# OPTIONAL: if the gtest depends on the dummy library #
# (used for implementing pure virtual base classes), #
...
...
@@ -52,11 +52,9 @@ target_link_libraries(gtest_factory PUBLIC dummy)
# FactoryStateBlock factory test
wolf_add_gtest
(
gtest_factory_state_block gtest_factory_state_block.cpp
)
target_link_libraries
(
gtest_factory_state_block PUBLIC dummy
)
# Node Emplace test
wolf_add_gtest
(
gtest_emplace gtest_emplace.cpp
)
target_link_libraries
(
gtest_emplace PUBLIC dummy
)
# FeatureBase classes test
wolf_add_gtest
(
gtest_feature_base gtest_feature_base.cpp
)
...
...
This diff is collapsed.
Click to expand it.
Joan Solà Ortega
@jsola
mentioned in commit
ee6d768d
·
2 years ago
mentioned in commit
ee6d768d
mentioned in commit ee6d768d1b6dd57856200746d68a1117278992bb
Toggle commit list
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