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
1f6055e0
Verified
Commit
1f6055e0
authored
Jan 13, 2020
by
Justin Carpentier
Browse files
cmake/test: apply new rule for Python tests
parent
6cbe5685
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/python/CMakeLists.txt
View file @
1f6055e0
...
...
@@ -35,7 +35,7 @@ IF(URDFDOM_FOUND)
ENDIF
(
URDFDOM_FOUND
)
FOREACH
(
TEST
${${
PROJECT_NAME
}
_PYTHON_TESTS
}
)
ADD_PYTHON_UNIT_TEST
(
"
py
-
${
TEST
}
"
"unittest/python/
${
TEST
}
.py"
"bindings/python"
)
ADD_PYTHON_UNIT_TEST
(
"
test-python
-
${
TEST
}
"
"unittest/python/
${
TEST
}
.py"
"bindings/python"
)
ENDFOREACH
(
TEST
${${
PROJECT_NAME
}
_PYTHON_TESTS
}
)
MAKE_DIRECTORY
(
"
${
CMAKE_CURRENT_BINARY_DIR
}
/serialization-data"
)
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