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

Conversation

florin-crisan
Copy link
Contributor

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

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
@google-cla google-cla bot added the cla: yes label Jun 15, 2021
@acozzette acozzette merged commit 18c951e into protocolbuffers:master Feb 8, 2022
@acozzette
Copy link
Member

Thanks, @florin-crisan. Sorry for the long delay in reviewing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants