Steps Use CMake to generate the build system files. mkdir build cd build cmake .. Run the build. make Run the tests: make test # or ctest