projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a2b8a
)
Makefile: add quicktest-figleaf: this is in my edit-test-repeat loop, and I need...
author
Brian Warner
<warner@allmydata.com>
Thu, 24 Apr 2008 18:30:38 +0000
(11:30 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 24 Apr 2008 18:30:38 +0000
(11:30 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dc3d79f454ac3f1a1be30296b10ff29d5ad284e6..0541aa64a6ae16405f777cdf57fbf8771253b4e1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-186,6
+186,10
@@
test-figleaf: build src/allmydata/_version.py
rm -f .figleaf
$(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
+quicktest-figleaf: src/allmydata/_version.py
+ rm -f .figleaf
+ $(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
+
figleaf-output:
$(PP) \
$(PYTHON) misc/figleaf2html -d coverage-html -r src -x misc/figleaf.excludes