Skip to content

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

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

3 participants