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
Merge requests
!445
Resolve "Refactoring WOLF installation system"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refactoring WOLF installation system"
451-refactoring-wolf-installation-system
into
devel
Overview
2
Commits
68
Pipelines
92
Changes
1
Merged
Mederic Fourmy
requested to merge
451-refactoring-wolf-installation-system
into
devel
3 years ago
Overview
1
Commits
68
Pipelines
92
Changes
1
Expand
Closes
#451 (closed)
Edited
3 years ago
by
Mederic Fourmy
0
0
Merge request reports
Viewing commit
fa375ba6
Prev
Next
Show latest version
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fa375ba6
Add comment in cmake file
· fa375ba6
Mederic Fourmy
authored
3 years ago
test/CMakeLists.txt
+
6
−
1
Options
@@ -15,6 +15,11 @@ target_link_libraries(dummy ${PLUGIN_NAME})
# Create a specific test executable for gtest_example #
wolf_add_gtest
(
gtest_example gtest_example.cpp
)
#
# #
# OPTIONAL: if the gtest depends on the dummy library #
# (used for implementing pure virtual base classes), #
# add a line #
# target_link_libraries(gtest_example PUBLIC dummy) #
# #
###########################################################
################ ADD YOUR TESTS BELOW ####################
@@ -78,7 +83,7 @@ wolf_add_gtest(gtest_logging gtest_logging.cpp)
wolf_add_gtest
(
gtest_motion_buffer gtest_motion_buffer.cpp
)
# Parameters server
wolf_add_gtest
(
gtest_param_server gtest_param_server.cpp
)
# ${CMAKE_CURRENT_LIST_DIR})
wolf_add_gtest
(
gtest_param_server gtest_param_server.cpp
)
# YAML parser
wolf_add_gtest
(
gtest_parser_yaml gtest_parser_yaml.cpp
)
Loading