Skip to content

Commit 0fe4ab3

Browse files
author
Thibault Poignonec
committed
Revert "remove test for now (TODO)"
This reverts commit 630420a.
1 parent 630420a commit 0fe4ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cartesian_admittance_controller/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ if(BUILD_TESTING)
7070
# Dynamically loaded during test
7171
find_package(kinematics_interface_kdl REQUIRED)
7272

73-
#[===[
7473
# test loading controller
7574
add_rostest_with_parameters_gmock(test_load_controller
7675
test/test_load_controller.cpp
@@ -83,6 +82,7 @@ if(BUILD_TESTING)
8382
)
8483

8584
# test controller function
85+
##[===[
8686
add_rostest_with_parameters_gmock(test_controller
8787
test/test_cartesian_admittance_controller.cpp
8888
${CMAKE_CURRENT_SOURCE_DIR}/test/test_params.yaml
@@ -94,7 +94,7 @@ if(BUILD_TESTING)
9494
hardware_interface
9595
ros2_control_test_assets
9696
)
97-
#]===]
97+
##]===]
9898
endif()
9999

100100
install(

0 commit comments

Comments
 (0)