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
dynamic-graph-python
Commits
4fc2505f
Commit
4fc2505f
authored
Oct 11, 2019
by
Guilhem Saurel
Browse files
[Tests] enable test-custom-entity
parent
9587d5ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4fc2505f
...
...
@@ -12,6 +12,7 @@ INCLUDE(cmake/boost.cmake)
INCLUDE
(
cmake/eigen.cmake
)
INCLUDE
(
cmake/pthread.cmake
)
include
(
cmake/python.cmake
)
include
(
cmake/test.cmake
)
INCLUDE
(
cmake/sphinx.cmake
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
unitTesting/CMakeLists.txt
View file @
4fc2505f
...
...
@@ -102,7 +102,4 @@ TARGET_LINK_LIBRARIES(${PYTHON_MODULE} ${PUBLIC_KEYWORD} ${LIBRARY_NAME} ${PYTHO
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_PATH
}
)
FILE
(
COPY
${
CMAKE_SOURCE_DIR
}
/unitTesting/test_custom_entity.py DESTINATION
${
CMAKE_BINARY_DIR
}
/unitTesting/
)
ADD_PYTHON_UNIT_TEST
(
"test-custom-entity"
"unitTesting/test_custom_entity.py"
src unitTesting
)
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