diff --git a/GNUmakefile b/GNUmakefile index eb9a7634e..62fa43a12 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -92,7 +92,7 @@ test-figleaf: build $(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST) 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" # after doing test-figleaf and figleaf-output, point your browser at # coverage-html/index.html diff --git a/misc/figleaf.excludes b/misc/figleaf.excludes new file mode 100644 index 000000000..193378602 --- /dev/null +++ b/misc/figleaf.excludes @@ -0,0 +1 @@ +/test/