makefile: added 'fuse-test' target to makefile, to run 'runtests'

This commit is contained in:
robk-tahoe 2008-10-19 06:25:18 -07:00
parent 8566c9751d
commit e1f7008e47

View File

@ -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)"