Skip to content

examples on google test framework usage for unit testing in c++.

Notifications You must be signed in to change notification settings

venu13/google-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-test

Code base containing examples on unit testing using google test.

Each commit has different concepts of unit testing which is self explanatory from the commit message.

cmake is used to build source code and unit test code. The output binary files are

  • mainApp : from source code
  • testRunner : from unit test code

About

examples on google test framework usage for unit testing in c++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published