Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
fe43ef09
Verified
Commit
fe43ef09
authored
Oct 04, 2020
by
Justin Carpentier
Browse files
cmake: fix compilation issue of big test
parent
18bed50e
Pipeline
#11565
passed with stage
in 179 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/CMakeLists.txt
View file @
fe43ef09
...
...
@@ -111,7 +111,9 @@ ADD_PINOCCHIO_UNIT_TEST(constraint)
ADD_PINOCCHIO_UNIT_TEST
(
compute-all-terms
)
ADD_PINOCCHIO_UNIT_TEST
(
energy
)
ADD_PINOCCHIO_UNIT_TEST
(
frames
)
ADD_PINOCCHIO_UNIT_TEST
(
joint-configurations
)
IF
(
NOT MSVC AND NOT MSVC_VERSION
)
ADD_PINOCCHIO_UNIT_TEST
(
joint-configurations
)
ENDIF
()
ADD_PINOCCHIO_UNIT_TEST
(
explog
)
ADD_PINOCCHIO_UNIT_TEST
(
finite-differences
)
ADD_PINOCCHIO_UNIT_TEST
(
visitor
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment