]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
don't include test code itself in the test-coverage numbers
authorBrian Warner <warner@allmydata.com>
Mon, 16 Apr 2007 19:32:45 +0000 (12:32 -0700)
committerBrian Warner <warner@allmydata.com>
Mon, 16 Apr 2007 19:32:45 +0000 (12:32 -0700)
GNUmakefile
misc/figleaf.excludes [new file with mode: 0644]

index eb9a7634e09d3a0729d1e369c108cf576104c809..62fa43a120ba70e843c4684a6d5f722fa742dcc7 100644 (file)
@@ -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 (file)
index 0000000..1933786
--- /dev/null
@@ -0,0 +1 @@
+/test/