mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 23:43:19 +00:00
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:
parent
8840113704
commit
aca9ebc10e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user