Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 489 Bytes

README.rst

File metadata and controls

40 lines (20 loc) · 489 Bytes

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