Revision 141c8421 Makefile.am

b/Makefile.am
1640 1640

  
1641 1641
.PHONY: py-coverage
1642 1642
py-coverage: $(GENERATED_FILES) $(python_tests)
1643
	@test -n "$(PYCOVERAGE)" || \
1644
	    { echo 'python-coverage' not found during configure; exit 1; }
1643 1645
	set -e; \
1646
	COVERAGE=$(PYCOVERAGE) \
1644 1647
	COVERAGE_FILE=$(CURDIR)/$(COVERAGE_PY_DIR)/data \
1645 1648
	TEXT_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR)/report.txt \
1646 1649
	HTML_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR) \

Also available in: Unified diff