googletest-fixture C++ library project created from the mdklatt/cookiecutter-cpp-lib template. Development Create the development environment: $ make dev Build the project: $ make build Run tests: $ make test Build documentation: $ make docs