/CTestDrivenDev

This repository is a demonstration work flow to Test-Driven Development in C

Primary LanguageCMIT LicenseMIT

Test-Driven Development in C

This repository is a demonstration work flow to Test-Driven Development in C

Build Status codecov

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.