Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 852 Bytes

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