mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +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)
|
||||
endif
|
||||
|
||||
TEST=allmydata
|
||||
test: build
|
||||
$(PP) trial allmydata
|
||||
$(PP) trial $(TEST)
|
||||
|
||||
test-figleaf:
|
||||
$(PP) trial --reporter=bwverbose-figleaf allmydata
|
||||
$(PP) trial --reporter=bwverbose-figleaf $(TEST)
|
||||
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
|
||||
# after doing test-figleaf, point your browser at coverage-html/index.html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user