Skip to content

Commit

Permalink
Adds test files to the CMakeList and interface files to python.i
Browse files Browse the repository at this point in the history
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
  • Loading branch information
LolaSegura committed Aug 17, 2021
1 parent f692da6 commit 6f5bb13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ if (PYTHONLIBS_FOUND)
set(python_tests
Angle_TEST
GaussMarkovProcess_TEST
Matrix3_TEST
Matrix4_TEST
Pose3_TEST
python_TEST
Quaternion_TEST
Rand_TEST
Vector2_TEST
Vector3_TEST
Expand Down
4 changes: 4 additions & 0 deletions src/python/python.i
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
%include ../Vector2.i
%include ../Vector3.i
%include ../Vector4.i
%include ../Quaternion.i
%include ../Pose3.i
%include ../Matrix3.i
%include ../Matrix4.i

0 comments on commit 6f5bb13

Please sign in to comment.