add cov-scan target

This commit is contained in:
Oswald Buddenhagen 2015-04-03 14:03:07 +02:00
parent 774ca45f1b
commit bef8959815

View File

@ -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