Add coverity checks to makefile
This commit is contained in:
parent
e8a135d127
commit
74a29c8d4b
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -13,3 +13,10 @@ distclean:
|
||||||
ctags:
|
ctags:
|
||||||
@ctags `find -name \*.[ch]`
|
@ctags `find -name \*.[ch]`
|
||||||
|
|
||||||
|
coverity:
|
||||||
|
@if [ -d cov-int ]; then rm -rf cov-int;fi
|
||||||
|
@mkdir cov-int
|
||||||
|
@cov-build --dir=cov-int bin/waf configure clean build
|
||||||
|
@tar cvzf coverity_siahsd.tgz cov-int
|
||||||
|
@rm -rf cov-int
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue