Skip to content
/ makefile Public

Makefile for C++ project with googletest support and code coverage.

Notifications You must be signed in to change notification settings

B-C/makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ project bootstrap

Makefile for C++ project with googletest support and code coverage.

Main Makefile targets

  • Build striped binary and unit tests
make

or

make RELEASE=1
  • Run binary
make run
  • Run binary in debugger
make run-debug
  • Run tests
make run-test
  • Code coverage
make coverage && sensible-browser coverage/index.html

About

Makefile for C++ project with googletest support and code coverage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published