From aca9ebc10e943adb1ad05b9968a956ca3823dcc4 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Tue, 7 Feb 2012 11:17:32 +0100 Subject: [PATCH] coverity: increase aggressiveness of the test and fix build Signed-off-by: Fabio M. Di Nitto Reviewed-by: Steven Dake --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4ac40c62..4e535ff4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: