This is a very simple example project that uses GTest and GMock to introduce software testing concepts.
Install it either locally or on your system. If locally installed, make sure to adjust line 21 on CMakeLists.txt with PATHS, or set CMAKE_PREFIX_PATH accordingly.
- mkdir build
- cd build
- cmake .. -DBUILD_TESTS=ON
- cmake --build .
ctestor./tests