Posts

Showing posts with the label lcov

C project IDE and skeleton [part 2]: vim, autotools, ctags, cmocka, lcov, dejagnu, apr, doxygen, git, guard

Image
This is second part. The first part is here . After setting up my development environment I am starting with writing tests. I do prefer TDD way and usually the process RED-GREEN-REFACTORING takes many changes during development as TDD allows to improve and optimize code any time (refactoring). But here I will put just final version of the code. The final version can be found on my github repo . Before starting, I run "guard" command in the console to let this amazing utility run all commands for my.