mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
makefile: added 'fuse-test' target to makefile, to run 'runtests'
This commit is contained in:
parent
8566c9751d
commit
e1f7008e47
3
Makefile
3
Makefile
@ -123,6 +123,9 @@ test: build src/allmydata/_version.py
|
||||
quicktest: .built .checked-deps
|
||||
$(PYTHON) setup.py trial -a "$(TRIALARGS) $(TEST)"
|
||||
|
||||
fuse-test: .built .checked-deps
|
||||
$(RUNPP) -d contrib/fuse -p -c runtests.py
|
||||
|
||||
test-figleaf: build src/allmydata/_version.py
|
||||
rm -f .figleaf
|
||||
$(PYTHON) setup.py trial -a "--reporter=bwverbose-figleaf $(TEST)"
|
||||
|
Loading…
Reference in New Issue
Block a user