Skip to content

shrgabor/testing-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing workshop

The goal of this project is to demonstrate unit testing for beginners.

Coverage

Steps

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Coverage ..
make
cd test
./unit
cd ..
make coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published