The Wayback Machine - https://web.archive.org/web/20201030101541/https://github.com/staskobzar/c-project-skeleton
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

C project skeleton

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

To build and run tests:

./bootstrap
./configure
make check

To build with coverage:

./bootstrap
./configure --with-coverage
make clean
make cov

Third party

Inegration with TravisCI (continouos integration). Files .travis.yml and script .travis-install-cmocka.sh.

Current Travis CI Build Status:

Build Status

You can’t perform that action at this time.