Browse Source

add cov-scan target

Oswald Buddenhagen 10 years ago
parent
commit
bef8959815
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile.am

+ 4 - 0
Makefile.am

@@ -54,6 +54,10 @@ log:
 	   git log --date=iso --log-size --name-only --no-merges | \
 	   git log --date=iso --log-size --name-only --no-merges | \
 	     perl -e '$(LOG_PL)' > ChangeLog )
 	     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
 deb: deb-clean
 	CFLAGS= fakeroot debian/rules binary
 	CFLAGS= fakeroot debian/rules binary