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

Call enable_testing() in top-level project #360

Merged

Commits on Oct 9, 2024

  1. Call enable_testing() in top-level project

    Per CMake documentation, this should be called in the top-level
    CMakeLists.txt so that testing is enabled for the _project_, and not a
    subdirectory thereof. This will allow tools like colcon to discover the
    tests.
    cottsay committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    aa503c5 View commit details
    Browse the repository at this point in the history