Enable testing via CTest (#8737)
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 9f447fc9d3da93da29b8301f1a8ca57b1ea812d7pull/8736/head^2
parent
5a0887fc65
commit
18c951efb1
3 changed files with 11 additions and 2 deletions
Loading…
Reference in new issue