Skip to content

Commit

Permalink
enable python test
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jun 24, 2022
1 parent 88199a3 commit dd6a28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/flex_joints/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .flex_joints import Flex # noqa: F401
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ADD_UNIT_TEST(flex-estimator test-flex-estimator.cpp)
target_link_libraries(flex-estimator PUBLIC ${PROJECT_NAME})
target_link_libraries(flex-estimator PRIVATE Boost::unit_test_framework)

if(BUILD_PYTHON_INTERFACE)
ADD_PYTHON_UNIT_TEST("py-flexi-hips" "tests/python/test_flexi_hips.py" "python")
endif()

0 comments on commit dd6a28f

Please sign in to comment.