This commit is contained in:
Valentin Samir 2014-03-13 09:51:04 +01:00
parent f7b3c19e7f
commit b878fe7b1c
19 changed files with 98 additions and 16 deletions

View file

@ -151,3 +151,8 @@ doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."
coverage:
$(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
@echo
@echo "Coverage test finished. The results are in $(BUILDDIR)/coverage."