An open API service indexing awesome lists of open source software.

https://github.com/arnobl/googletest-examples


https://github.com/arnobl/googletest-examples

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

## Fedora

`sudo dnf install gtest-devel gmock-devel lcov`

## Ubuntu

`sudo apt install libgtest-dev libgmock-dev lcov`

# Layout

`gtest-example` contains C++ code and a `gtest` test suite.

`mock-example` contains C++ code and a `gtest` test suite that uses `gmock`. We use `lcov` to measure code coverage.