From bef89598159a2131f9ca2e58e28cefc322ed9076 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 3 Apr 2015 14:03:07 +0200 Subject: [PATCH] add cov-scan target --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index b47edf6..69573f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,10 @@ log: git log --date=iso --log-size --name-only --no-merges | \ perl -e '$(LOG_PL)' > ChangeLog ) +cov-scan: clean + /opt/cov-analysis-*/bin/cov-build --dir cov-int $(MAKE) + tar cavf isync.tar.xz cov-int + deb: deb-clean CFLAGS= fakeroot debian/rules binary