Skip to content

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