Makefile: fix location of figleaf.excludes

This commit is contained in:
Brian Warner 2006-12-14 04:16:43 -07:00
parent 7574177c3b
commit 8a858f745d

View File

@ -30,11 +30,11 @@ test: build
test-figleaf:
$(PP) trial --reporter=bwverbose-figleaf $(TEST)
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
# after doing test-figleaf, point your browser at coverage-html/index.html
figleaf-output:
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
pyflakes:
pyflakes src/allmydata