Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 616 Bytes

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