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 81ec8bb commit 47d2098Copy full SHA for 47d2098
demo/test/CMakeLists.txt
@@ -6,8 +6,6 @@
6
if (CATKIN_ENABLE_TESTING)
7
find_package(rostest REQUIRED)
8
9
- add_executable(pick_place_test pick_place_test.cpp)
10
- target_link_libraries(pick_place_test ${PROJECT_NAME}_pick_place_task ${catkin_LIBRARIES} gtest_main)
11
-
12
- add_rostest(pick_place.test)
+ add_rostest_gtest(pick_place_test pick_place.test pick_place_test.cpp)
+ target_link_libraries(pick_place_test ${PROJECT_NAME}_pick_place_task ${catkin_LIBRARIES})
13
endif()
0 commit comments