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
loco-3d
Multicontact-api
Commits
733e1b8e
Commit
733e1b8e
authored
Jan 27, 2020
by
Pierre Fernbach
Browse files
[Tests][Python] add "bindings/python" in CMakeList ADD_PYTHON_UNIT_TEST
parent
3f99ecae
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/python/CMakeLists.txt
View file @
733e1b8e
...
...
@@ -5,5 +5,5 @@ SET(${PROJECT_NAME}_PYTHON_TESTS
)
FOREACH
(
TEST
${${
PROJECT_NAME
}
_PYTHON_TESTS
}
)
ADD_PYTHON_UNIT_TEST
(
"py-
${
TEST
}
"
"unittest/python/
${
TEST
}
.py"
)
ADD_PYTHON_UNIT_TEST
(
"py-
${
TEST
}
"
"unittest/python/
${
TEST
}
.py"
"bindings/python"
)
ENDFOREACH
(
TEST
${${
PROJECT_NAME
}
_PYTHON_TESTS
}
)
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