소스 검색

Add --concurrency to coverity make target

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Steven Dake 14 년 전
부모
커밋
89df2cb7f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

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