Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

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

ZB-io/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.0%
  • CMake 13.5%
  • Shell 1.5%