Skip to content

Commit 8c02090

Browse files
committed
add mock hardware test to build tests
1 parent c488e21 commit 8c02090

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
@@ -183,6 +183,11 @@ if(BUILD_TESTING)
183183
find_package(ur_msgs REQUIRED)
184184
find_package(launch_testing_ament_cmake)
185185

186+
add_launch_test(test/test_mock_hardware.py
187+
TIMEOUT
188+
800
189+
)
190+
186191
if(${UR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS})
187192
add_launch_test(test/launch_args.py
188193
TIMEOUT

0 commit comments

Comments
 (0)