don't include test code itself in the test-coverage numbers

This commit is contained in:
Brian Warner 2007-04-16 12:32:45 -07:00
parent 2d832efa64
commit 1a6da72861
2 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,7 @@ test-figleaf: build
$(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST) $(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
figleaf-output: figleaf-output:
$(PP) $(PYTHON) misc/figleaf2html -d coverage-html -r $(INSTDIR) $(PP) $(PYTHON) misc/figleaf2html -d coverage-html -r $(INSTDIR) -x misc/figleaf.excludes
@echo "now point your browser at coverage-html/index.html" @echo "now point your browser at coverage-html/index.html"
# after doing test-figleaf and figleaf-output, point your browser at # after doing test-figleaf and figleaf-output, point your browser at
# coverage-html/index.html # coverage-html/index.html

1
misc/figleaf.excludes Normal file
View File

@ -0,0 +1 @@
/test/