Skip to content

Commit

Permalink
Merge pull request ros2#171 from ros/ctest_build_testing
Browse files Browse the repository at this point in the history
use CTest BUILD_TESTING
  • Loading branch information
dirk-thomas committed May 2, 2016
2 parents 98a1f95 + 1b1fa77 commit 464565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install(DIRECTORY include/${PROJECT_NAME}/
)

# Tests
if(AMENT_ENABLE_TESTING)
if(BUILD_TESTING)
# TODO(tfoote) enable linters
# find_package(ament_lint_auto REQUIRED)
# ament_lint_auto_find_test_dependencies()
Expand Down
2 changes: 1 addition & 1 deletion tf2_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ install(DIRECTORY include/${PROJECT_NAME}/


# Tests
# if(AMENT_ENABLE_TESTING)
# if(BUILD_TESTING)
# TODO(tfoote) port tests to use ROS2 instead of ROS1 api.
if (false)

Expand Down

0 comments on commit 464565c

Please sign in to comment.