We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec23ac commit ac4c4ddCopy full SHA for ac4c4dd
unitTesting/CMakeLists.txt
@@ -65,7 +65,6 @@ SET(TEST_test_mailbox_LIBS
65
#test paths and names (without .cpp extension)
66
SET (tests
67
dummy
68
- test_robot_utils
69
70
signal/test_signal
71
signal/test_depend
@@ -86,6 +85,7 @@ SET (tests
86
85
tools/test_boost
87
tools/test_mailbox
88
tools/test_matrix
+ tools/test_robot_utils
89
math/matrix-twist
90
math/matrix-homogeneous
91
)
unitTesting/test_robot_utils.cpp renamed to unitTesting/tools/test_robot_utils.cpp
0 commit comments