$(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
quicktest: .built .checked-deps
- trial $(TRIALARGS) $(TEST)
+ $(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
fuse-test: .built .checked-deps
$(RUNPP) -d contrib/fuse -p -c runtests.py
quicktest-figleaf: src/allmydata/_version.py
rm -f .figleaf
- trial --reporter=bwverbose-figleaf $(TRIALARGS) $(TEST)
+ $(PYTHON) setup.py trial --reporter=bwverbose-figleaf -s $(TEST)
figleaf-output:
$(RUNPP) -p -c "misc/figleaf2html -d coverage-html -r src -x misc/figleaf.excludes"