Conan.io package GTest with coverage implementation.
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.
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