Lines Matching full:lcov
116 AC_CHECK_PROG([LCOV], [lcov], [lcov])
119 AS_IF([ test -z "$LCOV" ], [
120 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
124 AC_MSG_ERROR([Could not find genhtml from the lcov package])
146 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
147 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
156 -$(LCOV) --directory $(top_builddir) -z
176 # by lcov for code coverage. (Default:
184 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
186 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
190 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
191 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
194 # lcov instance. (Default: empty)
195 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
228 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
232 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\