Skip to content

Commit 72ac7ce

Browse files
committed
Add the separate tests to cmake file
1 parent b5d53f1 commit 72ac7ce

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if(BUILD_TESTING)
196196
TIMEOUT
197197
180
198198
)
199-
add_launch_test(test/robot_driver.py
199+
add_launch_test(test/integration_test_scaled_joint_controller.py
200200
TIMEOUT
201201
800
202202
)
@@ -212,6 +212,18 @@ if(BUILD_TESTING)
212212
TIMEOUT
213213
500
214214
)
215+
add_launch_test(test/integration_test_config_controller.py
216+
TIMEOUT
217+
800
218+
)
219+
add_launch_test(test/integration_test_passthrough_controller.py
220+
TIMEOUT
221+
800
222+
)
223+
add_launch_test(test/integration_test_io_controller.py
224+
TIMEOUT
225+
800
226+
)
215227
add_launch_test(test/integration_test_tool_contact.py
216228
TIMEOUT
217229
800

0 commit comments

Comments
 (0)