Makefile for C++ project with googletest support and code coverage.
-
Updated
Mar 3, 2017 - Makefile
Makefile for C++ project with googletest support and code coverage.
Repository accompanying course C++ Unit Testing: Google Test and Google Mock from Udemy.-
A short tutorial for CI with GCC-5
A generic makefile for C/C++ projects in a GNU/Linux environment that is designed to do automatic dependency generation and linking. It also includes rules to build and run unit tests (google test, or cppunit), generate doxygen docs, run code check tools (clang-check and cppcheck), and format the source code using clang-format.
Add a description, image, and links to the googletest topic page so that developers can more easily learn about it.
To associate your repository with the googletest topic, visit your repo's landing page and select "manage topics."