소스 검색

add cov-scan target

Oswald Buddenhagen 10 년 전
부모
커밋
bef8959815
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Makefile.am

+ 4 - 0
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