Skip to content

This is an example of unit tests for C using google test and google mock

License

Notifications You must be signed in to change notification settings

ricardo-pt/google-test-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-test-c

This is an example of unit tests for C using google test and google mock.
More information about google mock and google test here

Structure

ut_example.cpp

Example file with unit tests created to test example.c

include/

Folder with google test/mock include files. Can be found here:
https://github.com/google/googletest/tree/master/googletest/include/gtest
https://github.com/google/googletest/tree/master/googlemock/include/gmock

lib/

Folder with binary files of google test and mock libraries compied for x86_64

About

This is an example of unit tests for C using google test and google mock

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages