Skip to content

ugnelis/conan-gtest-coverage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-gtest-coverage-example

Build Status Coverage Status

Conan.io package GTest with coverage implementation.

Projects

This conan-gtest-coverage-example consists of two Conan.io sub-projects:

  • hello-world - is a library which has GTests.
  • app - is binary which uses hello-world library.

Usage

First of all, hello-world needs to be compiled:

$ cd helloworld
$ conan create . ugnelis/stable

Then app binary can be built:

$ cd app
$ conan create . ugnelis/stable