From 899052484eaf3cee08d0a56b6579b73bf2ce99a0 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 19 May 2011 19:53:00 -0700 Subject: [PATCH] Add coverity target to corosync makefile.am Allow a make coverity target for those developers with coverity tools available to them. Signed-off-by: Steven Dake Reviewed-by: Angus Salkeld --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index e24c89ad..0929ca7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,11 @@ endif SUBDIRS = include lcr lib exec services tools test cts pkgconfig \ man init conf +coverity: + cov-build --dir=cov make + cov-analyze --dir cov + cov-format-errors --dir cov + install-exec-local: $(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/service.d $(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/uidgid.d