Lines Matching full:lcov
88 # by lcov for code coverage. (Default:
96 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
98 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
102 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
103 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
106 # lcov instance. (Default: empty)
107 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
144 code_coverage_v_lcov_cap_0 = @echo \" LCOV --capture\" \$(CODE_COVERAGE_OUTPUT_FILE);
147 code_coverage_v_lcov_ign_0 = @echo \" LCOV --remove /tmp/*\" \$(CODE_COVERAGE_IGNORE_PATTERN);
165 …\$(code_coverage_v_lcov_cap)\$(LCOV) \$(code_coverage_quiet) \$(addprefix --directory ,\$(CODE_COV…
166 …\$(code_coverage_v_lcov_ign)\$(LCOV) \$(code_coverage_quiet) \$(addprefix --directory ,\$(CODE_COV…
172 -\$(LCOV) --directory \$(top_builddir) -z
224 AC_CHECK_PROG([LCOV], [lcov], [lcov])
227 AS_IF([ test x"$LCOV" = x ], [
228 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
232 AC_MSG_ERROR([Could not find genhtml from the lcov package])