coverity: increase aggressiveness of the test and fix build

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Fabio M. Di Nitto 2012-02-07 11:17:32 +01:00
parent 8840113704
commit aca9ebc10e

View File

@ -52,8 +52,15 @@ SUBDIRS = include common_lib lib exec tools test cts pkgconfig \
man init conf
coverity:
rm -rf cov
make clean
cov-build --dir=cov make
cov-analyze --dir cov --concurrency --wait-for-license
cov-analyze --dir cov \
--concurrency \
--all \
--aggressiveness-level high \
--security \
--wait-for-license
cov-format-errors --dir cov
install-exec-local: