Skip to content
GitLab
Menu
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
a39d37af
Verified
Commit
a39d37af
authored
Nov 28, 2019
by
Justin Carpentier
Browse files
examples: test additional examples
parent
570b6cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/CMakeLists.txt
View file @
a39d37af
...
...
@@ -35,8 +35,18 @@ IF(BUILD_PYTHON_INTERFACE)
i-inverse-kinematics
overview-simple
overview-urdf
kinematics-derivatives
fd-derivatives
id-derivatives
robot-wrapper-viewer
)
IF
(
HPP_FCL_FOUND
)
LIST
(
APPEND
${
PROJECT_NAME
}
_PYTHON_EXAMPLES
collisions
)
ENDIF
(
HPP_FCL_FOUND
)
FOREACH
(
EXAMPLE
${${
PROJECT_NAME
}
_PYTHON_EXAMPLES
}
)
ADD_PYTHON_UNIT_TEST
(
"py-example-
${
EXAMPLE
}
"
"examples/
${
EXAMPLE
}
.py"
"bindings/python"
)
ENDFOREACH
(
EXAMPLE
${${
PROJECT_NAME
}
_PYTHON_EXAMPLES
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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