Test-Driven Development in C
This repository is a demonstration work flow to Test-Driven Development in C
This repository demonstrates a Test-Driven Development setup using assert library only.
Makefile is used to test against the code.
The gcov
is then called to generate the code coverage report.