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

Enable testing via CTest #8737

Merged
merged 1 commit into from Feb 8, 2022
Merged

Commits on Jun 15, 2021

  1. Enable testing via CTest

    Convenience feature: enable users to test via the familiar `ctest` command rather than making the `check` target.
    
    They would be able to use the familiar CMake pattern:
    ```
    cmake -S source/protobuf -B build/protobuf ...
    cmake --build build/protobuf
    ctest --test-dir build/protobuf
    cmake --install build/protobuf
    ```
    
    This is a follow-up to 9f447fc
    florin-crisan committed Jun 15, 2021
    Copy the full SHA
    03d87bc View commit details
    Browse the repository at this point in the history