Преглед изворни кода

Make coverity target a little more strict

Also cov directory is removed and make clean is executed.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
Jan Friesse пре 12 година
родитељ
комит
e117827072
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      Makefile.am

+ 7 - 1
Makefile.am

@@ -58,8 +58,14 @@ SUBDIRS			= include lcr lib exec services tools test pkgconfig \
 			  man init conf
 			  man init conf
 
 
 coverity:
 coverity:
+	rm -rf cov
+	make clean
 	cov-build --dir=cov make
 	cov-build --dir=cov make
-	cov-analyze --dir cov
+	cov-analyze --dir cov \
+	    --concurrency \
+	    -co BAD_FREE:allow_first_field:true \
+	    --security \
+	    --wait-for-license
 	cov-format-errors --dir cov
 	cov-format-errors --dir cov
 
 
 install-exec-local:
 install-exec-local: