mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Makefile: allow 'make test TEST=something.else'
This commit is contained in:
parent
74c6608f72
commit
7574177c3b
5
Makefile
5
Makefile
@ -24,11 +24,12 @@ else
|
|||||||
PP=PYTHONPATH=$(shell python ./builddir.py)
|
PP=PYTHONPATH=$(shell python ./builddir.py)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TEST=allmydata
|
||||||
test: build
|
test: build
|
||||||
$(PP) trial allmydata
|
$(PP) trial $(TEST)
|
||||||
|
|
||||||
test-figleaf:
|
test-figleaf:
|
||||||
$(PP) trial --reporter=bwverbose-figleaf allmydata
|
$(PP) trial --reporter=bwverbose-figleaf $(TEST)
|
||||||
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
|
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
|
||||||
# after doing test-figleaf, point your browser at coverage-html/index.html
|
# after doing test-figleaf, point your browser at coverage-html/index.html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user