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
!399
Draft: Resolve "Processor motion intrinsics update behaviour gtest"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Processor motion intrinsics update behaviour gtest"
377-processor-motion-intrinsics-update-behaviour-gtest
into
devel
Overview
0
Commits
2
Pipelines
4
Changes
2
Open
Mederic Fourmy
requested to merge
377-processor-motion-intrinsics-update-behaviour-gtest
into
devel
4 years ago
Overview
0
Commits
2
Pipelines
4
Changes
2
Expand
Closes
#377
0
0
Merge request reports
Compare
devel
version 3
9bd33ff6
3 years ago
version 2
9bd33ff6
4 years ago
version 1
9d2b240e
4 years ago
devel (HEAD)
and
latest version
latest version
9bd33ff6
2 commits,
3 years ago
version 3
9bd33ff6
1068 commits,
3 years ago
version 2
9bd33ff6
2 commits,
4 years ago
version 1
9d2b240e
1 commit,
4 years ago
2 files
+
152
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
test/CMakeLists.txt
+
4
−
0
Options
@@ -99,6 +99,10 @@ target_link_libraries(gtest_processor_base PUBLIC dummy)
# ProcessorMotion class test
wolf_add_gtest
(
gtest_processor_motion gtest_processor_motion.cpp
)
# ProcessorMotion intrinsics update behaviour test
wolf_add_gtest
(
gtest_processor_motion_intrinsics_update gtest_processor_motion_intrinsics_update.cpp
)
target_link_libraries
(
gtest_processor_motion_intrinsics_update
${
PLUGIN_NAME
}
)
# Rotation test
wolf_add_gtest
(
gtest_rotation gtest_rotation.cpp
)
Loading