Kaynağa Gözat

build: Ignore perl test programs for coverage report

Guillem Jover 15 yıl önce
ebeveyn
işleme
96f21bd6d8
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      scripts/Makefile.am

+ 3 - 1
scripts/Makefile.am

@@ -160,7 +160,9 @@ if BUILD_POD_DOC
 endif
 
 coverage: check
-	$(PERL_COVER) -silent -outputdir $(top_builddir)/doc/coverage/scripts
+	$(PERL_COVER) -silent \
+	  -ignore_re '^t/.*\.t' \
+	  -outputdir $(top_builddir)/doc/coverage/scripts
 
 coverage-clean:
 	rm -rf cover_db