Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Include cmake extras for testing (#245)" #247

Merged
merged 1 commit into from
May 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions launch_testing_ament_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(launch_testing_ament_cmake_pytests test)

# Include 'add_launch_test' and it's package dependencies
set(launch_testing_ament_cmake_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(${PROJECT_NAME}-extras.cmake)
include(cmake/add_launch_test.cmake)

ament_index_has_resource(LAUNCH_TESTING_INSTALL_PREFIX packages launch_testing)
if(NOT LAUNCH_TESTING_INSTALL_PREFIX)
Expand Down