Lines Matching full:lcov
115 AC_CHECK_PROG([LCOV], [lcov], [lcov])
118 AS_IF([ test -z "$LCOV" ], [
119 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
123 AC_MSG_ERROR([Could not find genhtml from the lcov package])
145 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
146 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
155 -$(LCOV) --directory $(top_builddir) -z
175 # by lcov for code coverage. (Default:
183 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
185 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
189 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
190 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
193 # lcov instance. (Default: empty)
194 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
235 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
239 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\