Lines Matching full:lcov
106 # List of supported lcov versions.
109 AC_CHECK_PROG([LCOV], [lcov], [lcov])
112 AS_IF([ test "$LCOV" ], [
113 AC_CACHE_CHECK([for lcov version], ax_cv_lcov_version, [
115 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
123 …lcov_msg="To enable code coverage reporting you must have one of the following lcov versions insta…
129 …lcov_msg="You must have one of the following versions of lcov: $lcov_version_list (found: $lcov_ve…
131 LCOV="exit 0;"
136 AC_MSG_ERROR([Could not find genhtml from the lcov package])
154 # by lcov for code coverage. (Default:
160 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the lcov instance.
162 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
198 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(C…
199 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OU…
213 -$(LCOV) --directory $(top_builddir) -z