Skip to content

ztnel/gtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Integration Utils

ci codecov

Modified: 2022-01

Scalable templating for C project development with gtest and gcov and codecov.io. This repository merges utility from bilke/cmake-modules and jhbell/cmake-gcov.

Quickstart

Install gcovr util for xml generation

python3 -m pip install gcovr

Build with CMake

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j2

Run tests and generate coverage report

make cov

About

Unittesting, coverage and CI utils for scalable C projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published