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 eee1e81 commit e078a91Copy full SHA for e078a91
tests/CMakeLists.txt
@@ -231,4 +231,9 @@ gtest_add_tests(TARGET robot_receive_timeout_tests
231
add_executable(control_mode_tests test_control_mode.cpp)
232
target_link_libraries(control_mode_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
233
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
239
)
0 commit comments