Skip to content
Snippets Groups Projects
Commit 4fc2505f authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Tests] enable test-custom-entity

parent 9587d5ed
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ INCLUDE(cmake/boost.cmake) ...@@ -12,6 +12,7 @@ INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/eigen.cmake) INCLUDE(cmake/eigen.cmake)
INCLUDE(cmake/pthread.cmake) INCLUDE(cmake/pthread.cmake)
include(cmake/python.cmake) include(cmake/python.cmake)
include(cmake/test.cmake)
INCLUDE(cmake/sphinx.cmake) INCLUDE(cmake/sphinx.cmake)
SET(DOXYGEN_USE_MATHJAX YES) SET(DOXYGEN_USE_MATHJAX YES)
......
...@@ -102,7 +102,4 @@ TARGET_LINK_LIBRARIES(${PYTHON_MODULE} ${PUBLIC_KEYWORD} ${LIBRARY_NAME} ${PYTHO ...@@ -102,7 +102,4 @@ TARGET_LINK_LIBRARIES(${PYTHON_MODULE} ${PUBLIC_KEYWORD} ${LIBRARY_NAME} ${PYTHO
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH}) INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})
FILE(COPY ADD_PYTHON_UNIT_TEST("test-custom-entity" "unitTesting/test_custom_entity.py" src unitTesting)
${CMAKE_SOURCE_DIR}/unitTesting/test_custom_entity.py DESTINATION
${CMAKE_BINARY_DIR}/unitTesting/ )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment