Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 219 Bytes

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