Skip to content

Commit

Permalink
Use dr_add_gtest for unit tests.
Browse files Browse the repository at this point in the history
refs #938 @1h
  • Loading branch information
de-vri-es committed Jul 29, 2016
1 parent 10d4341 commit ebe49c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ add_library(${PROJECT_NAME}

target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${Eigen_LIBRARIES} ${orocos_kdl_LIBRARIES})

catkin_add_gtest(${PROJECT_NAME}_test_kdl test/kdl.cpp)
dr_add_gtest(kdl test/kdl.cpp)
target_link_libraries(${PROJECT_NAME}_test_kdl ${PROJECT_NAME} ${catkin_LIBRARIES})

install(TARGETS ${PROJECT_NAME}
Expand Down

0 comments on commit ebe49c2

Please sign in to comment.