Skip to content

jhbell/cmake-gcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using CMake with gcov

After cloning this directory, an "out-of-source build" is recommended to test the project. To perform an out-of-source build, run the following commands from the project root directory:

mkdir build
cd build
cmake ..

From the build directory you may build the project using make. The coverage files from gcov can be generated using make gcov. A summary of the two source files will be output and stored in build/coverage/TestHello.tmp. Running make clean will remove the enitre coverage directory.

About

Using gcov with cmake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published