Source code for blog article: "C project IDE: vim, autotools, ctags, cmocka, lcov, dejagnu, apr, doxygen, git"
https://staskobzar.blogspot.ca/2016/11/c-project-ide-partf-1-vim-autotools.html
./bootstrap
./configure
make check
./bootstrap
./configure --with-coverage
make clean
make cov
Inegration with TravisCI (continouos integration). Files .travis.yml
and script .travis-install-cmocka.sh
.
Current Travis CI Build Status: