Config-UCL
view release on metacpan or search on metacpan
libucl-0.8.1/Makefile.am view on Meta::CPAN
--gcov-tool $(GCOV) \
--compat-libtool --checksum
$(LCOV) --extract $(COVERAGE_INFO_FILE) `pwd`/src/ucl_\* \
--output-file $(COVERAGE_INFO_FILE)
coverage-report: coverage-lcov
@echo "Start to create coverage reports..."
$(GENHTML) --prefix "$(top_srcdir)" \
--output-directory $(COVERAGE_REPORT_DIR) \
--title $(PACKAGE_NAME) \
--legend --show-details \
$(GENHTML_OPTIONS) \
$(COVERAGE_INFO_FILE)
@echo "Successfully created coverage reports into $(COVERAGE_REPORT_DIR) directory."
clean-coverage-report:
-rm -rf $(COVERAGE_INFO_FILE)
-rm -rf $(COVERAGE_REPORT_DIR)
clean-coverage: clean-coverage-report
-$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
( run in 1.109 second using v1.01-cache-2.11-cpan-49f99fa48dc )