Skip to content

Commit e078a91

Browse files
committed
Add missing test
1 parent eee1e81 commit e078a91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,9 @@ gtest_add_tests(TARGET robot_receive_timeout_tests
231231
add_executable(control_mode_tests test_control_mode.cpp)
232232
target_link_libraries(control_mode_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
233233
gtest_add_tests(TARGET control_mode_tests
234+
)
235+
236+
add_executable(helpers_tests test_helpers.cpp)
237+
target_link_libraries(helpers_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
238+
gtest_add_tests(TARGET helpers_tests
234239
)

0 commit comments

Comments
 (0)