Explorar el 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 hace 14 años
padre
commit
89df2cb7f9
Se han modificado 1 ficheros con 1 adiciones y 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: