Allow a make coverity target for those developers with coverity tools available to them.
Signed-off-by: Steven Dake <[email protected]> --- Makefile.am | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index f22f03f..675b2f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,11 @@ corosysconf_DATA = conf/corosync.conf.example \ SUBDIRS = include lcr lib exec services tools test pkgconfig \ man init +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 -- 1.7.4.4 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
