Skip to content

Example Cmake project with Unit tests (google test and Ctest) as well as Travis-CI integration

License

Notifications You must be signed in to change notification settings

gocarlos/unit_tests_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of the usage of google tests with CMake.

Build Status

License

USAGE

In the project root:

rm -rf build/
mkdir build
cd build
cmake ..
make
ctest