Commit 81a20581 authored by Pavel Vainerman's avatar Pavel Vainerman

Добавил make cov для тестов MBSlave, LogicProc

parent bbc5070a
......@@ -22,5 +22,10 @@ check-local: atconfig package.m4 $(TESTSUITE)
clean-local:
rm -rf $(CLEANFILES)
rm -rf $(COVERAGE_REPORT_DIR)
if HAVE_COVERAGE
include $(top_builddir)/testsuite/testsuite-coverage-common.mk
endif
endif
......@@ -24,5 +24,10 @@ check-local: atconfig package.m4 $(TESTSUITE) mbslave-tests.at
clean-local:
rm -rf $(CLEANFILES)
rm -rf $(COVERAGE_REPORT_DIR)
if HAVE_COVERAGE
include $(top_builddir)/testsuite/testsuite-coverage-common.mk
endif
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment