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

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unit_tests_example PROJECT

Tested on Ubuntu 16.04, GCC 5.4.0, CMake 3.5.1

Build Status

USAGE - RUN

In the project root:

  • rm -rf build/*
  • mkdir build
  • cd build
  • cmake ..
  • make
  • ./main % executable
  • ./unit_test % unit test

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%