Skip to content

Commit 73ed696

Browse files
committed
add mock hardware test to build tests
1 parent 9648edc commit 73ed696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ if(BUILD_TESTING)
230230
find_package(ur_msgs REQUIRED)
231231
find_package(launch_testing_ament_cmake)
232232

233+
add_launch_test(test/test_mock_hardware.py
234+
TIMEOUT
235+
800
236+
)
237+
233238
if(${UR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS})
234239
add_launch_test(test/launch_args.py
235240
TIMEOUT

0 commit comments

Comments
 (0)