Explorar o código

Add --concurrency to coverity make target

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Steven Dake %!s(int64=14) %!d(string=hai) anos
pai
achega
89df2cb7f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -69,7 +69,7 @@ SUBDIRS			= include lcr lib exec services tools test cts pkgconfig \
 
 coverity:
 	cov-build --dir=cov make
-	cov-analyze --dir cov
+	cov-analyze --dir cov --concurrency
 	cov-format-errors --dir cov
 
 install-exec-local: