Setup of working directory In the project root: mkdir build cd build cmake .. Build and running unit tests In the build directory: make ./coding-kata_tests